Commit 5c6f1bf7 authored by coolfish's avatar coolfish

增加jssdk

parent 40fa8c35
...@@ -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