修改一些文字, 移除一些无用的资源

This commit is contained in:
cebgcontract 2022-04-18 18:19:53 +08:00
parent 551ae030cc
commit 1cad425244
6 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

View File

@ -10,7 +10,7 @@
<span>FILTERS</span>
</button>
</div>
<result-no title="No Record."
<result-no title="COMING SOON."
desc="" ></result-no>
<card-list></card-list>
</div>

View File

@ -30,7 +30,7 @@ export default class extends Vue {
symbol: 'CEC',
type: 'KCS',
supply: '100,000,000 CEC(100M)',
address: '0xcaA011E902103752435AC98657B046B282E36509'
address: 'COMING SOON'
}
get mobile() {

View File

@ -30,7 +30,7 @@ export default class extends Vue {
symbol: 'CEG',
type: 'KCS',
supply: 'Unlimited',
address: '0x6ae1Db01ab189f88ae7947a47a6CB24E174A2501'
address: 'COMING SOON'
}
get mobile() {

View File

@ -28,7 +28,7 @@
<div class="box-list" v-if="boxDatas.length>0">
<one-box v-for="data in boxDatas" :key="data.id" :pre-sale="false" :box-data="data"></one-box>
</div>
<result-no v-if="boxDatas.length === 0" title="No Record"></result-no>
<result-no v-if="boxDatas.length === 0" title="COMING SOON."></result-no>
<pagination
v-if="totalPage>1"
:total="totalPage"