去掉文版通相关

This commit is contained in:
2022-08-01 11:49:53 +08:00
parent 946e9e44ff
commit 263c896ff9
3 changed files with 6 additions and 41 deletions

View File

@@ -41,10 +41,10 @@
<u-popup :show="dtShow" mode="bottom" @close="dtShow = false " :round="10">
<view class="dt-type">
<view class="dt-item" @click="dtSelect('wbt')">
<!-- <view class="dt-item" @click="dtSelect('wbt')">
<image src="/static/icon/pay_wbt.png" mode="widthFix" />
文版通充值
</view>
</view> -->
<view class="dt-item" @click="dtSelect('wchat')">
<image src="/static/icon/pay_wechat.png" mode="widthFix" />
微信充值
@@ -88,6 +88,7 @@
switch(type){
case 'wchat':
this.onTransfer('AccountRecharge');
this.dtShow = false;
break;
case 'wbt':
wbtCheck().then(res=>{