This commit is contained in:
唐明明
2023-03-07 16:02:11 +08:00
9 changed files with 228 additions and 84 deletions

View File

@@ -75,7 +75,7 @@
if(resNumb >= 3){
clearInterval(outTime)
uni.showToast({
title: '查询失败',
title: '暂未查询到你的支付订单',
icon : 'none'
})
return
@@ -95,7 +95,6 @@
})
}
}).catch(err => {
console.log(err)
clearInterval(outTime)
uni.showToast({
title: err.message,
@@ -288,7 +287,7 @@
// 打开微信小程序收银台
onMiniWx(){
let token = this.$store.getters.getToken
let tradeId = res.trade_id
let tradeId = this.trade_id
plus.share.getServices(e => {
let wxIndex = e.findIndex(val => val.id == 'weixin')
let sweixin = null