|
|
@ -165,7 +165,7 @@ |
|
|
:key="iindex" class="stock-index item p-y-ms box-size lists-1" |
|
|
:key="iindex" class="stock-index item p-y-ms box-size lists-1" |
|
|
v-if="item.pair_name=='BTC/USDT'||item.pair_name=='ETH/USDT'"> |
|
|
v-if="item.pair_name=='BTC/USDT'||item.pair_name=='ETH/USDT'"> |
|
|
<v-link :to="{path: '/pages/exchange/index',query: { code: item.pair_name }}" |
|
|
<v-link :to="{path: '/pages/exchange/index',query: { code: item.pair_name }}" |
|
|
:class="{'bord_box': iindex !== parentItem.marketInfoList.length - 15}"> |
|
|
:class="{'bord_box': iindex !== parentItem.marketInfoList.length - 16}"> |
|
|
<view class="stock-index-img fn-12 color-gray-6" style="display: flex;align-items: center;"> |
|
|
<view class="stock-index-img fn-12 color-gray-6" style="display: flex;align-items: center;"> |
|
|
<view style="margin-right: 20rpx;"> |
|
|
<view style="margin-right: 20rpx;"> |
|
|
<img :src="item.coin_icon" alt="" width="24" height="24"> |
|
|
<img :src="item.coin_icon" alt="" width="24" height="24"> |
|
|
@ -177,9 +177,9 @@ |
|
|
<view class="fn-18 color-light m-b-xs"> |
|
|
<view class="fn-18 color-light m-b-xs"> |
|
|
{{ item.close }} |
|
|
{{ item.close }} |
|
|
</view> |
|
|
</view> |
|
|
<view class="d-flex flex-col fn-sm justify-center"> |
|
|
<!-- <view class="d-flex flex-col fn-sm justify-center"> |
|
|
<view class="color-theme-6">≈ ¥{{omitTo(item.close*price_cny,2)}}</view> |
|
|
<view class="color-theme-6">≈ ¥{{omitTo(item.close*price_cny,2)}}</view> |
|
|
</view> |
|
|
</view> --> |
|
|
<view style="margin-top: 3px;" :class="item.increase * 1 < 0 ? 'color-sell' : 'color-buy'"> |
|
|
<view style="margin-top: 3px;" :class="item.increase * 1 < 0 ? 'color-sell' : 'color-buy'"> |
|
|
{{ item.increaseStr }} |
|
|
{{ item.increaseStr }} |
|
|
</view> |
|
|
</view> |
|
|
@ -331,7 +331,7 @@ |
|
|
<view style="display: flex;width: 100%;justify-content: center;margin-top: 30px;"> |
|
|
<view style="display: flex;width: 100%;justify-content: center;margin-top: 30px;"> |
|
|
<image src="@/assets/img/home/home13.png" mode="aspectFit" style="width: 670rpx;height: 400rpx;"></image> |
|
|
<image src="@/assets/img/home/home13.png" mode="aspectFit" style="width: 670rpx;height: 400rpx;"></image> |
|
|
</view> |
|
|
</view> |
|
|
<a href="https://app.xmedcoin.com/download/xmed.html" style="display: block;width: 100%;text-decoration: none;"> |
|
|
<!-- <a href="https://app.xmedcoin.com/download/xmed.html" style="display: block;width: 100%;text-decoration: none;"> |
|
|
<view class="store_view"> |
|
|
<view class="store_view"> |
|
|
<image src="@/assets/img/home/home1.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
<image src="@/assets/img/home/home1.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
<view style="color: #7E7D81;margin-left: 20rpx;">APP Store</view> |
|
|
<view style="color: #7E7D81;margin-left: 20rpx;">APP Store</view> |
|
|
@ -342,7 +342,7 @@ |
|
|
<image src="@/assets/img/home/home2.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
<image src="@/assets/img/home/home2.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
<view style="color: #7E7D81;margin-left: 20rpx;">Android</view> |
|
|
<view style="color: #7E7D81;margin-left: 20rpx;">Android</view> |
|
|
</view> |
|
|
</view> |
|
|
</a> |
|
|
</a> --> |
|
|
<!-- <a href="https://app.xmedcoin.com/download/xmed.html" style="display: block;width: 100%;text-decoration: none;"> |
|
|
<!-- <a href="https://app.xmedcoin.com/download/xmed.html" style="display: block;width: 100%;text-decoration: none;"> |
|
|
<view class="store_view" style=""> |
|
|
<view class="store_view" style=""> |
|
|
<image src="@/assets/img/home/riFill-google-play-fill@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
<image src="@/assets/img/home/riFill-google-play-fill@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image> |
|
|
@ -1173,6 +1173,7 @@ |
|
|
let data = { |
|
|
let data = { |
|
|
lang: uni.getStorageSync('language') || 'zh-CN' |
|
|
lang: uni.getStorageSync('language') || 'zh-CN' |
|
|
}; |
|
|
}; |
|
|
|
|
|
clearInterval(this.chatcount); |
|
|
Member.logout(data, { |
|
|
Member.logout(data, { |
|
|
toast: true |
|
|
toast: true |
|
|
}) |
|
|
}) |
|
|
|