Browse Source

修改合约使用数量

master
liaoxinyu 9 months ago
parent
commit
94e55b161f
  1. BIN
      assets/img/home/home13.png
  2. 2
      manifest.json
  3. 11
      pages/base/home.vue
  4. 4
      pages/base/mine.vue
  5. 2
      pages/exchange/exchange-transaction.vue
  6. 4
      pages/exchange/open-position.vue
  7. 10
      pages/notice/index.vue
  8. 2
      pages/oncs/onservice.vue
  9. 6
      pages/safe/email.vue
  10. BIN
      static/favicon.ico

BIN
assets/img/home/home13.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 116 KiB

2
manifest.json

@ -1,6 +1,6 @@
{
"name" : "BTClte",
"appid" : "__UNI__88A589F",
"appid" : "__UNI__96485F7",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 100,

11
pages/base/home.vue

@ -165,7 +165,7 @@
: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-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 style="margin-right: 20rpx;">
<img :src="item.coin_icon" alt="" width="24" height="24">
@ -177,9 +177,9 @@
<view class="fn-18 color-light m-b-xs">
{{ item.close }}
</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>
</view> -->
<view style="margin-top: 3px;" :class="item.increase * 1 < 0 ? 'color-sell' : 'color-buy'">
{{ item.increaseStr }}
</view>
@ -331,7 +331,7 @@
<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>
</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">
<image src="@/assets/img/home/home1.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<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>
<view style="color: #7E7D81;margin-left: 20rpx;">Android</view>
</view>
</a>
</a> -->
<!-- <a href="https://app.xmedcoin.com/download/xmed.html" style="display: block;width: 100%;text-decoration: none;">
<view class="store_view" style="">
<image src="@/assets/img/home/riFill-google-play-fill@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
@ -1173,6 +1173,7 @@
let data = {
lang: uni.getStorageSync('language') || 'zh-CN'
};
clearInterval(this.chatcount);
Member.logout(data, {
toast: true
})

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>
@ -360,6 +361,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">

10
pages/notice/index.vue

@ -23,11 +23,11 @@
<v-paging class="layout-main" :key="1" :ajax="article" :data="{type:'notice'}" v-if="active==0">
<template #box="list">
<view class="list m-t-md" key="ul1">
<v-link tag="li" :to="{path:'/pages/notice/detail',query:{id:item.id}}" class="item d-flex p-md align-center m-x-md m-b-xs bg-panel-3 rounded box-shadow" v-for="item in $list(list)" :key="item.id">
<v-link tag="li" v-if="item.title!==null" :to="{path:'/pages/notice/detail',query:{id:item.id}}" class="item d-flex p-md align-center m-x-md m-b-xs bg-panel-3 rounded box-shadow" v-for="item in $list(list)" :key="item.id">
<view class="flex-fill">
<view class="title color-light eps-2 m-b-xs">{{item.title}}</view>
<!-- <view class="time fn-sm">{{item.created_at}}</view> -->
<view class="time fn-sm">{{item.created_ats| parseTime}}</view>
<view class="time fn-sm">{{item.created_at}}</view>
<!-- <view class="time fn-sm">{{item.created_ats| parseTime}}</view> -->
</view>
<van-icon name="arrow" />
</v-link>
@ -41,8 +41,8 @@
<v-link tag="li" :to="{path:'/pages/notice/msg-detail',query:{id:item.id}}" class="item d-flex p-md align-center m-x-md m-b-xs bg-panel-3 rounded box-shadow" v-for="item in $list(list)" :key="item.id">
<view class="flex-fill">
<view class="title color-light eps-2 m-b-xs">{{item.data.title}}</view>
<!-- <view class="time fn-sm">{{item.created_at}}</view> -->
<view class="time fn-sm">{{item.created_ats| parseTime}}</view>
<view class="time fn-sm">{{item.created_at}}</view>
<!-- <view class="time fn-sm">{{item.created_ats| parseTime}}</view> -->
</view>
<van-icon name="arrow" />
</v-link>

2
pages/oncs/onservice.vue

@ -34,7 +34,7 @@
Member.getUnameByUid({user_id: ustr.pid}).then(rfres => {
let rfu = rfres.data;
// query referr uname
let chaturl = "https://cs.btcaholic.com/chat/?toid=" + rfu.username + "&room_id=" + ustr.account + "&usid=" + ustr.user_id;
let chaturl = "https://cs.btclte.com/chat/?toid=" + rfu.username + "&room_id=" + ustr.account + "&usid=" + ustr.user_id;
//this.csurl += rfres.username+"&room_id="+ustr.account+"&usid="+ustr.user_id;
// console.log("dd",chaturl);
this.csurl = chaturl;

6
pages/safe/email.vue

@ -1,7 +1,7 @@
<template>
<v-page>
<v-header :title="`${user.email?$t('safe.a0'):$t('safe.a1')}${$t('safe.a2')}`"></v-header>
<main class="layout-main bg-panel-4 m-t-md">
<main class="layout-main bg-panel-4">
<view class="form-item border-b p-md" v-if="!user.email">
<view class="label m-b-xs">{{$t('safe.a3')}}</view>
<view class="input color-light">
@ -37,9 +37,9 @@
</view>
</view>
</main>
<view class="p-md bg-panel-4">
<!-- <view class="p-md bg-panel-4">
<v-button block class="w-max" type="theme" ref="btn" @click="chnageEmail">{{user.email?$t('safe.a0'):$t('safe.a1')}}</v-button>
</view>
</view> -->
<van-toast id="van-toast" />
</v-page>
</template>

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