Browse Source

2022.3.9 文档修改

master
ltlzx 4 years ago
parent
commit
25797b0ded
  1. 17
      pages/assets/draw.vue
  2. 4
      pages/base/mine.vue
  3. 8
      pages/safe/index.vue

17
pages/assets/draw.vue

@ -23,21 +23,22 @@
>
<!-- <span>{{$t('assets.b7')}}</span> -->
<view class="group d-flex fn-12 color-light">
<view class="rounded-xs p-x-lg p-y-ms m-r-md"
<!-- <view class="rounded-xs p-x-lg p-y-ms m-r-md"
:class="rechargeType==1?'bor-active':'bg-panel-3 border'"
size="mini"
@click="changeRechargeType(1)"
>OMNI</view>
>OMNI</view> -->
<view class="rounded-xs p-x-lg p-y-ms m-r-md"
size="mini"
@click="changeRechargeType(3)"
:class="rechargeType==3?'bor-active':'bg-panel-3 border'"
>TRC20</view>
<view class="rounded-xs p-x-lg p-y-ms m-r-md"
size="mini"
@click="changeRechargeType(2)"
:class="rechargeType==2?'bor-active':'bg-panel-3 border'"
>ERC20</view>
<view class="rounded-xs p-x-lg p-y-ms"
size="mini"
@click="changeRechargeType(3)"
:class="rechargeType==3?'bor-active':'bg-panel-3 border'"
>TRC20</view>
</view>
</view>
<view class="p-x-lg d-flex justify-between flex-wrap align-center p-y-xs">
@ -184,7 +185,7 @@ export default {
return {
coinListShow: false,
coin: "",
rechargeType: 1,
rechargeType: 3,
form: {
coin_id: "",
amount: "",

4
pages/base/mine.vue

@ -94,10 +94,10 @@
@click="tabActive=1">
{{$t('base.e4')}}
</view>
<view class="w-33 fn-center p-y-xxs m-l-xs" :class="tabActive==2?'color-theme-1 bg-panel-3 rounded-xs shadow-panel-nei':''"
<!-- <view class="w-33 fn-center p-y-xxs m-l-xs" :class="tabActive==2?'color-theme-1 bg-panel-3 rounded-xs shadow-panel-nei':''"
@click="tabActive=2">
{{$t('otc.d5')}}
</view>
</view> -->
</view>
<view class="top">
<!-- <van-tabs

8
pages/safe/index.vue

@ -4,7 +4,7 @@
<main class=" m-x-lg m-y-lg p-x-md bg-panel-3 rounded-md box-shadow">
<view class="list">
<!-- --------google------ -->
<v-link
<!-- <v-link
tag="li"
to="/pages/safe/google"
class="item link-active d-flex p-x-md p-y-md align-center border-b"
@ -14,7 +14,7 @@
<van-switch v-if="user.google_token" @click.native.stop @input="switchVer(3)" size="28rpx" :checked="user.google_status==1" />
</view>
<van-icon name="arrow" />
</v-link>
</v-link> -->
<!-- -------login---------- -->
<v-link
tag="li"
@ -27,7 +27,7 @@
<van-icon name="arrow" />
</v-link>
<!-- ----------交易密码---------- -->
<v-link
<!-- <v-link
tag="li"
to="/pages/safe/transaction-password"
class="item link-active d-flex p-x-md p-y-md align-center border-b"
@ -36,7 +36,7 @@
<view class="color-light">{{$t('safe.d1')}}</view>
</view>
<van-icon name="arrow" />
</v-link>
</v-link> -->
<!-- -----------邮箱--------- -->
<v-link
tag="li"

Loading…
Cancel
Save