h5
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -61,6 +61,7 @@ function initWeixinMenu($http){ | ... | @@ -61,6 +61,7 @@ function initWeixinMenu($http){ |
| 61 | webUrl : url | 61 | webUrl : url |
| 62 | }) | 62 | }) |
| 63 | .success(function(data){ | 63 | .success(function(data){ |
| 64 | // h5 | ||
| 64 | // alert(JSON.stringify(data) + ", with url : " + location.href.split('#')[0]) | 65 | // alert(JSON.stringify(data) + ", with url : " + location.href.split('#')[0]) |
| 65 | if(data){ | 66 | if(data){ |
| 66 | // weixinOptionMenuInit(data.appid, data.timestamp, data.noncestr, data.signature); | 67 | // weixinOptionMenuInit(data.appid, data.timestamp, data.noncestr, data.signature); | ... | ... |
-
Please register or sign in to post a comment