Commit 910effb3 by 肖康

阿斯达

parent fb951832
...@@ -64,8 +64,10 @@ if (Yo4teW_gid == null) { ...@@ -64,8 +64,10 @@ if (Yo4teW_gid == null) {
} }
//微信授权 //微信授权
var params = Util.getParams(); var params={
params+="&urlhash="+window.location.hash; urlhash: window.location.hash
}
params = Util.getParams(params);
Services.wxaccess(params).then((res) => { Services.wxaccess(params).then((res) => {
let data = res.data; let data = res.data;
if (data.err_code == 0 && data.data) { if (data.err_code == 0 && data.data) {
......
This diff could not be displayed because it is too large.
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 sign in to comment