Browse Source

合约和币币新增暂无数据,资产搜索没有数据新增暂无数据

master
liaoxinyu 2 years ago
parent
commit
bbe84af72d
  1. 4
      pages/base/home.vue
  2. 4
      pages/base/mine.vue
  3. 2
      pages/exchange/exchange-transaction.vue
  4. 2
      pages/exchange/open-position.vue

4
pages/base/home.vue

@ -284,7 +284,7 @@
<img src="@/assets/img/home/home11.png" alt="" style="width: 670rpx;height: 514rpx;" />
</view>
</view>
<a href="https://app.mrbcoin.com/download/Mrbcoin.html" style="display: block;width: 100%;text-decoration: none;">
<!-- <a href="https://app.mrbcoin.com/download/Mrbcoin.html" style="display: block;width: 100%;text-decoration: none;">
<view class="store_view">
<image src="@/assets/img/home/antFill-apple@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #908F94;margin-left: 20rpx;">APP Store</view>
@ -295,7 +295,7 @@
<image src="@/assets/img/home/md-android@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #908F94;margin-left: 20rpx;">Android</view>
</view>
</a>
</a> -->
</view>
<!-- 立即開始您的加密之旅! -->

4
pages/base/mine.vue

@ -260,6 +260,7 @@
</view>
<view class="h-4 m-t-xs"></view>
</router-link>
<van-empty class="bg-panel-3" v-if="filteredList.length === 0" :description="$t('contract.d0')"/>
</view>
<!-- </van-tab>
@ -357,6 +358,9 @@ export default {
hideMoney: "hideMoney",
theme: "theme",
}),
filteredList() {
return this.list.filter(item => this.ifShow(item));
}
},
props: {
isShow: {

2
pages/exchange/exchange-transaction.vue

@ -356,7 +356,7 @@
<view class="">当前交易品种</view>
<view class="">批量撤单</view>
</view> -->
<van-empty v-if="!Object.values(list).length" description="" />
<van-empty v-if="!Object.values(list).length" :description="$t('contract.d0')" />
<view v-for="item in (list)" class="item border-b fn-14" :key="item.order_no">
<view class="p-x-md p-y-xs">
<view class="row d-flex m-y-xs">

2
pages/exchange/open-position.vue

@ -648,7 +648,7 @@
</view>
</view>
</template>
<van-empty class="bg-panel-3" v-if="!list.length&&active==0" description=""/>
<van-empty class="bg-panel-3" v-if="!list.length&&active==0" :description="$t('contract.d0')" />
<template v-if="active==1">
<view
class="item border-b bg-panel-3"

Loading…
Cancel
Save