Commit 66249924 by 程默

parent 2f69536d
......@@ -41,6 +41,11 @@ export default {
this.link = decodeURIComponent(options.share);
this.page = "";
this.params = "";
} else if (options.from && options.from == "h5login") {
wx.setStorage({
key: "sessionid",
data: options.sessionid
});
} else if (options.from && options.from == "login") {
//来自登录页面
this.page = decodeURIComponent(options.backpath);
......
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