Commit 96451a43 by 李嘉林

重复sessionid问题

parent 0c1816c9
......@@ -72,7 +72,8 @@ export default {
this.backPath = options.back;
}
if (options.params) {
this.backParams = serialize(options.params);
this.defalutBackParams= serialize(options.params);
this.backParams = this.defalutBackParams;
let params = JSON.parse(options.params);
this.fromType = params.fromType;
}
......@@ -130,6 +131,7 @@ export default {
});
},
getUserInfo: function(e) {
this.backParams=this.defalutBackParams
wx.showLoading({
title: "加载中"
});
......
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