소스 검색

微信分享bugfix

zxlie 4 달 전
부모
커밋
1c217bcdba
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      website/index.html

+ 4 - 4
website/index.html

@@ -642,10 +642,10 @@
         .then(function(cfg) {
           wx.config({
             debug: false,
-            appId: cfg.appId,
-            timestamp: cfg.timestamp,
-            nonceStr: cfg.nonceStr,
-            signature: cfg.signature,
+            appId: cfg.data.appId,
+            timestamp: cfg.data.timestamp,
+            nonceStr: cfg.data.nonceStr,
+            signature: cfg.data.signature,
             jsApiList: [
               'updateAppMessageShareData',
               'updateTimelineShareData'