Commit 910effb3 by 肖康

阿斯达

parent fb951832
......@@ -64,8 +64,10 @@ if (Yo4teW_gid == null) {
}
//微信授权
var params = Util.getParams();
params+="&urlhash="+window.location.hash;
var params={
urlhash: window.location.hash
}
params = Util.getParams(params);
Services.wxaccess(params).then((res) => {
let data = res.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