去掉文版通相关

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=>{

File diff suppressed because one or more lines are too long

View File

@@ -20610,35 +20610,12 @@ var render = function() {
}
}
},
[
_c("v-uni-image", {
attrs: {
src: "/static/icon/pay_wbt.png",
mode: "widthFix",
_i: 26
}
}),
_vm._v("文版通充值")
],
1
),
_c(
"v-uni-view",
{
staticClass: _vm._$g(27, "sc"),
attrs: { _i: 27 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[
_c("v-uni-image", {
attrs: {
src: "/static/icon/pay_wechat.png",
mode: "widthFix",
_i: 28
_i: 26
}
}),
_vm._v("微信充值")