Commit e1820e72 by 程默

add

parent 26ab06a3
...@@ -211,12 +211,15 @@ export default { ...@@ -211,12 +211,15 @@ export default {
toPage() { toPage() {
console.log( console.log(
"支付失败来这里了", "支付失败来这里了",
this.backUrl,
this.batchNumber, this.batchNumber,
this.scene == "sso", this.scene == "sso",
this.scene this.scene
); );
if (this.scene == "sso") { if (this.scene == "sso") {
//sso模式(嵌入第三方) //sso模式(嵌入第三方)
wx.navigateBack()
return
wx.redirectTo({ wx.redirectTo({
url: `../wxArticle/main?from=sso&link=${this.backUrl}`, url: `../wxArticle/main?from=sso&link=${this.backUrl}`,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment