Browse Source

修改没有数据时不显示文字,修改ico

master
liaoxinyu 1 year ago
parent
commit
4904cfa9aa
  1. BIN
      assets/img/home/home10.png
  2. 2
      main.html
  3. 1
      pages/assets/records.vue
  4. 4
      pages/base/home.vue
  5. 4
      pages/base/mine.vue
  6. 2
      pages/exchange/exchange-transaction.vue
  7. 4
      pages/exchange/open-position.vue
  8. BIN
      static/Moabcoin1.ico

BIN
assets/img/home/home10.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 182 KiB

2
main.html

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="/static/Moabcoin.ico">
<link rel="icon" href="/static/Moabcoin1.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>

1
pages/assets/records.vue

@ -49,6 +49,7 @@
</table>
</view>
</view>
<van-empty v-else :description="$t('contract.d0')" />
</view>
</view>
</v-page>

4
pages/base/home.vue

@ -313,7 +313,7 @@
<img src="@/assets/img/home/home10.png" alt="" style="width: 670rpx;height: 400rpx;" />
</view>
</view>
<a href="https://app.moabcoin.com/download/Moabcoin.html" style="display: block;width: 100%;text-decoration: none;">
<!-- <a href="https://app.moabcoin.com/download/Moabcoin.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;font-size: 32rpx;">APP Store</view>
@ -324,7 +324,7 @@
<image src="@/assets/img/home/md-android@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #908F94;margin-left: 20rpx;font-size: 32rpx;">Android</view>
</view>
</a>
</a> -->
</view>
<!-- 立即開始您的加密之旅! -->

4
pages/base/mine.vue

@ -258,6 +258,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>
@ -355,6 +356,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">

4
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"
@ -714,7 +714,7 @@
</view>
</view>
</template>
<van-empty v-if="!listCurrent.length&&active==1" description=""/>
<van-empty v-if="!listCurrent.length&&active==1" :description="$t('contract.d0')"/>
</view>
<van-popup :show="stoplossShow" @close="stoplossShow = false" closeable
custom-style="height:auto;width:90%;overflow:auto;padding-bottom:20px;border-radius:5px">

BIN
static/Moabcoin1.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save