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

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> <span>FILTERS</span>
</button> </button>
</div> </div>
<result-no title="No Record." <result-no title="COMING SOON."
desc="" ></result-no> desc="" ></result-no>
<card-list></card-list> <card-list></card-list>
</div> </div>

View File

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

View File

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

View File

@ -28,7 +28,7 @@
<div class="box-list" v-if="boxDatas.length>0"> <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> <one-box v-for="data in boxDatas" :key="data.id" :pre-sale="false" :box-data="data"></one-box>
</div> </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 <pagination
v-if="totalPage>1" v-if="totalPage>1"
:total="totalPage" :total="totalPage"