Commit e1820e72 by 程默

add

parent 26ab06a3
......@@ -211,12 +211,15 @@ export default {
toPage() {
console.log(
"支付失败来这里了",
this.backUrl,
this.batchNumber,
this.scene == "sso",
this.scene
);
if (this.scene == "sso") {
//sso模式(嵌入第三方)
wx.navigateBack()
return
wx.redirectTo({
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