同步代码
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user