This commit is contained in:
@fawn-nine
2024-07-16 12:50:58 +08:00
parent 7487f74259
commit b68ca5a615
6 changed files with 21 additions and 16 deletions

View File

@@ -116,7 +116,7 @@
<view>
<template v-if="v.type == 'tingshu'">
222
<!-- 222 -->
</template>
</view>
</view>

View File

@@ -382,15 +382,21 @@ import { data } from 'jquery';
}else if(payItem.paymentMethod == 3){
// 苹果充值
console.log('苹果二次支付')
if(this.isAndorid){
uni.showModal({
title:'提示',
showCancel:false,
content:'很抱歉,当前订单属于苹果系统内购订单,安卓系统无法完成支付操作,您可切换到苹果系统进行支付,也可以取消该订单,并重新下单'
})
}else{
this.iphonepay(payItem)
}
uni.showModal({
content:'apple内购订单不支持继续支付请重新发起支付申请并完成支付',
confirmText:'好的',
showCancel:false
})
return
// if(this.isAndorid){
// uni.showModal({
// title:'提示',
// showCancel:false,
// content:'很抱歉,当前订单属于苹果系统内购订单,安卓系统无法完成支付操作,您可切换到苹果系统进行支付,也可以取消该订单,并重新下单'
// })
// }else{
// this.iphonepay(payItem)
// }
}
},
// 取消订单