Kaynağa Gözat

测试代码

chenbo 4 yıl önce
ebeveyn
işleme
a7453507a9
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      front-page/fission-page.html

+ 1 - 2
front-page/fission-page.html

@@ -105,8 +105,6 @@
                 });
             },
             setWxConfig(param){
-                //alert(location.href.split('#')[0]);
-                alert(location.href);
                 wx.config({
                     debug: false,
                     appId: param.appId,
@@ -128,6 +126,7 @@
                         method: 'wxinfo',
                         timestamp: 11111111,
                         code:that.weChatCode,
+                        url:(location.href.split('#')[0]),
                         sign:md5('wxinfo'+'11111111')
                     }, //代表传过去的参数对象,
                     transformRequest: [function(data) {