[权证驳回跳转及驳回修改详情报错处理及选择银行卡重新处理]

This commit is contained in:
2021-10-25 10:44:41 +08:00
parent 4056f67853
commit b80e1d69e4
5 changed files with 25272 additions and 7526 deletions

View File

@@ -71,8 +71,11 @@
<view class="userVip-rights">
<view class="userVip-rightst-title">
<view class="userVip-rightst-title-name">查看会员专属权益</view>
<view class="userVip-rightst-more"
@click="$Router.push({name: 'vipIndex', params:{identity_id: userIdentity.right.identity_id}})">
<!-- <view class="userVip-rightst-more" @click="$Router.push({name: 'vipIndex', params:{identity_id: userIdentity.right.identity_id}})">
全部更多 <image class="userVip-rightst-more-img" src="/static/user/userVip_more_arrow.png">
</image>
</view> -->
<view class="userVip-rightst-more" @click="openVip(userIdentity.right.identity_id)">
全部更多 <image class="userVip-rightst-more-img" src="/static/user/userVip_more_arrow.png">
</image>
</view>