修改
This commit is contained in:
@@ -20,6 +20,8 @@ Component({
|
||||
}
|
||||
}).then((res)=>{
|
||||
console.log(res)
|
||||
this.triggerEvent('shua', { bubbles: true,composed: true })
|
||||
|
||||
})
|
||||
})
|
||||
},
|
||||
@@ -33,6 +35,7 @@ Component({
|
||||
}
|
||||
}).then((res) => {
|
||||
console.log(res)
|
||||
this.triggerEvent('shua', { bubbles: true,composed: true })
|
||||
})
|
||||
})
|
||||
|
||||
@@ -52,7 +55,11 @@ Component({
|
||||
nonceStr:res.data.result.wdata.nonceStr,
|
||||
package:res.data.result.wdata.package,
|
||||
signType:"MD5",
|
||||
paySign:res.data.result.wdata.sign
|
||||
paySign:res.data.result.wdata.sign,
|
||||
complete(){
|
||||
this.triggerEvent('shua', { bubbles: true,composed: true })
|
||||
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user