|
@@ -642,10 +642,10 @@
|
|
.then(function(cfg) {
|
|
.then(function(cfg) {
|
|
wx.config({
|
|
wx.config({
|
|
debug: false,
|
|
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: [
|
|
jsApiList: [
|
|
'updateAppMessageShareData',
|
|
'updateAppMessageShareData',
|
|
'updateTimelineShareData'
|
|
'updateTimelineShareData'
|