This commit is contained in:
2019-12-26 09:13:34 +08:00
parent 01d1215d5d
commit fa782d2a51
7 changed files with 31 additions and 16 deletions

View File

@@ -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 })
}
})
})
})