Commit 40fa8c35 authored by coolfish's avatar coolfish

增加jssdk

parent 9c1451b6
......@@ -184,10 +184,10 @@
var shareDesc = '整合内容资源,提升广告主的品牌曝光能力,只需四步,即可完成广告投放需求。';
wx.config({
debug: true,
appId: <%- appid || '' %>,
appId: <%- (appid + '') || '' %>,
timestamp: <%- timestamp || '' %>,
nonceStr: <%- nonceStr || '' %>,
signature: <%- signature || '' %>,
nonceStr: <%- (nonceStr + '') || '' %>,
signature: <%- (signature + '') || '' %>,
jsApiList: [
'onMenuShareTimeline',
'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