Selaa lähdekoodia

微信分享bugfix

zxlie 4 kuukautta sitten
vanhempi
sitoutus
1c217bcdba
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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'