Commit e06b2bda by 程默

fix 第三方

parent fd93ffb5
......@@ -29,6 +29,7 @@ export default {
};
},
async onLoad(options) {
this.link='';
console.log(options, "第三方页面");
/**
* scene=sso 第三方需要登录的页面
......@@ -145,6 +146,7 @@ export default {
};
login.getSsoBcakUrl(op).then((res) => {
if (res.data.code == "200") {
console.log('14888888',res)
this.setLink(res.data.data);
} else {
wx.showToast({ title: res.data.msg, icon: "none" });
......
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