同步代码

This commit is contained in:
唐明明
2021-10-22 14:40:21 +08:00
parent 6c2c7c6b94
commit 4056f67853
8 changed files with 34 additions and 14 deletions

View File

@@ -109,8 +109,7 @@
<!-- 开通按钮 -->
<view class="footer" >
<image class="footer-btn" v-if="identitie[tabsIndex].can.show_button && voucher === ''"
:src="identitie[tabsIndex].button_cover" mode="widthFix" @click="openOrder" />
<image class="footer-btn" v-if="identitie[tabsIndex].can.show_button && voucher === ''" :src="identitie[tabsIndex].button_cover" mode="widthFix" @click="openOrder" />
<view class="current-btn-sh" v-if="identitie[tabsIndex].can.show_button && voucher !== ''" @click="openOrder" >{{voucher.status.value === 1?'申请审核中':''}}{{voucher.status.value === 3?'申请被驳回查看原因':''}}</view>
<view class="current-btn-sh" v-if="!identitie[tabsIndex].can.show_button && voucher === ''">已开通</view>
<view class="ios-bottom"></view>
@@ -205,7 +204,8 @@
// 切换开通身份
swiperChange(e) {
this.tabsIndex = e.detail.current
this.tabsIndex = e.detail.current
this.idenInfo()
},
// 开通会员
@@ -218,7 +218,7 @@
icon: 'none'
});
return;
}
}
if (can.on_line) {
this.wxPayAppConfig()
} else {