merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user