Browse Source

修改ico

master
liaoxinyu 1 year ago
parent
commit
5b4186f59b
  1. 4
      pages/base/home.vue
  2. 4
      pages/base/mine.vue
  3. 2
      pages/exchange/exchange-transaction.vue
  4. 4
      pages/exchange/open-position.vue
  5. BIN
      static/favicon.ico

4
pages/base/home.vue

@ -342,7 +342,7 @@
<view class="Trading_box">{{ $t("homeNewText.hh21") }}</view> <view class="Trading_box">{{ $t("homeNewText.hh21") }}</view>
<view class="Trading_box1">{{ $t("homeNewText.hh22",{name:'Iwebcoin'}) }}</view> <view class="Trading_box1">{{ $t("homeNewText.hh22",{name:'Iwebcoin'}) }}</view>
<view><image src="@/assets/img/home/home10.png" style="width: 674rpx;height: 712rpx;"></image></view> <view><image src="@/assets/img/home/home10.png" style="width: 674rpx;height: 712rpx;"></image></view>
<a class="Trading_a" style="margin-top: 40rpx;"> <!-- <a class="Trading_a" style="margin-top: 40rpx;">
<view class="Trading_a_box"> <view class="Trading_a_box">
<view style="margin-right: 10rpx;"><image src="@/assets/img/home/antFill-apple.png" style="width: 48rpx;height: 48rpx;"></image></view> <view style="margin-right: 10rpx;"><image src="@/assets/img/home/antFill-apple.png" style="width: 48rpx;height: 48rpx;"></image></view>
<view>App Store</view> <view>App Store</view>
@ -359,7 +359,7 @@
<view style="margin-right: 10rpx;"><image src="@/assets/img/home/riFill-google-play-fill.png" style="width: 48rpx;height: 48rpx;"></image></view> <view style="margin-right: 10rpx;"><image src="@/assets/img/home/riFill-google-play-fill.png" style="width: 48rpx;height: 48rpx;"></image></view>
<view>Google Play</view> <view>Google Play</view>
</view> </view>
</a> </a> -->
</view> </view>
<view class="box_width"> <view class="box_width">

4
pages/base/mine.vue

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

2
pages/exchange/exchange-transaction.vue

@ -260,7 +260,7 @@
<span class="fn-12 " style="font-size: 16px;">{{$t("purchase.a9")}}</span> <span class="fn-12 " style="font-size: 16px;">{{$t("purchase.a9")}}</span>
</v-link> </v-link>
</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 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="p-x-md p-y-xs">
<view class="row d-flex m-y-xs"> <view class="row d-flex m-y-xs">

4
pages/exchange/open-position.vue

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

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save