Commit 40fa8c35 authored by coolfish's avatar coolfish

增加jssdk

parent 9c1451b6
...@@ -184,10 +184,10 @@ ...@@ -184,10 +184,10 @@
var shareDesc = '整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。'; var shareDesc = '整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。';
wx.config({ wx.config({
debug: true, debug: true,
appId: <%- appid || '' %>, appId: <%- (appid + '') || '' %>,
timestamp: <%- timestamp || '' %>, timestamp: <%- timestamp || '' %>,
nonceStr: <%- nonceStr || '' %>, nonceStr: <%- (nonceStr + '') || '' %>,
signature: <%- signature || '' %>, signature: <%- (signature + '') || '' %>,
jsApiList: [ jsApiList: [
'onMenuShareTimeline', 'onMenuShareTimeline',
'onMenuShareAppMessage', 'onMenuShareAppMessage',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment