增加app下载,支付失败优化

This commit is contained in:
GaoHao
2024-12-31 16:06:10 +08:00
parent 246d48a6e4
commit cfe567a206
5 changed files with 34 additions and 14 deletions

View File

@@ -194,6 +194,16 @@
我的团队
</view>
</view>
<view v-if="isAndroid"
class="tool-box-content-item flex align-center justify-center flex-wrap"
@click="goNav('/pages/login/appEq')">
<view class="tool-box-content-item-img" style="display: flex;align-items: center;justify-content: center;">
<image src="../../static/images/me/xiazai.png" mode="" style="height: 45rpx;width: 45rpx;"></image>
</view>
<view class="tool-box-content-item-txt">
APP下载
</view>
</view>
<view class="tool-box-content-item flex align-center justify-center flex-wrap" @click="goMsg()">
<view class="tool-box-content-item-img">
<image src="../../static/images/me/vkf.png" mode=""></image>
@@ -302,6 +312,7 @@
isWxIosPay: true, //微信下是否显示支付功能
userInfo:$cache_user.userInfo|| {},
isShowMoneyPay: true,
isAndroid: false,
}
},
onLoad() {
@@ -315,10 +326,10 @@
},
onShow() {
const systemInfo = uni.getSystemInfoSync();
const isIOS = /iOS/.test(systemInfo.platform);
if (isIOS) {
this.isBack = true
if ( uni.getSystemInfoSync().platform == 'android' ) {
// #ifdef H5
this.isAndroid= true
// #endif
}
this.isWxIosPay = uni.getStorageSync('isWxIosPay')
this.kmPaySel = this.$queue.getData('kmPaySel');