问题描述:
小程序端会员码页多次切换付款码出现异常。
解决方法:
pages/users/user_member_code/index.vue,找到这个文件,修改这段代码。
<view class="acea-row row-center-wrapper h-380" style="margin-top: 56rpx;">
<!-- #ifdef H5 -->
<w-qrcode v-show="!isWeixin || isPay" :options="config.qrc"></w-qrcode>
<image v-if="isWeixin" v-show="!isPay" :src="qrc" class="qrcode"></image>
<!-- #endif -->
<!-- #ifdef MP -->
<w-qrcode v-show="isPay" :options="config.qrc"></w-qrcode>
<image v-show="!isPay" :src="qrc" class="qrcode"></image>
<!-- #endif -->
<!-- #ifdef APP-PLUS -->
<w-qrcode :options="config.qrc"></w-qrcode>
<!-- #endif -->
</view>
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}