Commit 9f7403d1 authored by shajiaiming's avatar shajiaiming

修复已知问题

parent e35b485c
......@@ -42,7 +42,7 @@ class CoinIssueCoin extends CommonActiveRecord
['msg', 'string', 'length' => [1, 10]],
['name', 'string', 'length' => [1, 6]],
#['status', 'in', 'range' => [1, 2, 0]],
['symbol', 'unique'],
#['symbol', 'unique'],
['total', 'verfiyAmount']
];
}
......@@ -70,8 +70,8 @@ class CoinIssueCoin extends CommonActiveRecord
public function attributeLabels()
{
return [
'name' => 'Token称',
'symbol' => 'Token称',
'name' => 'Token称',
'symbol' => 'Token称',
'total' => '发行数量',
'owner' => '接收地址',
'introduction' => 'Token简介',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment