Commit cdde7a4f by doszhang

dos

parent 84af720e
......@@ -84,27 +84,7 @@
</div>
<script>
window.base_resource_url = '__CDN__';
var link = location.origin;
var friend_title = '';
var friend_desc = '';
var timeline_desc = '';
window.wxFriendData = {
'link': link,
'imgUrl': link + '/Public/static/image2/share.jpg',
'title': friend_title,
'desc': friend_desc,
success: function () {}
};
window.wxTimelineData = {
'link': link,
'imgUrl': link + '/Public/static/image2/share.jpg',
'title': timeline_desc,
success: function () {}
};
</script>
<script type="text/javascript"
src="https://api2.izhida.cn/wechat_js_config?app_id=wx8e5787326363f877&v=1.2.1&api_list=all&app_stat_key=">
</script>
......@@ -115,9 +95,6 @@
{:block name='js'}{:/block}
<script>
window.wx && wx.ready(function () {
alert(1)
wx.onMenuShareAppMessage(wxFriendData);
wx.onMenuShareTimeline(wxTimelineData);
wx.checkJsApi({
jsApiList : ['scanQRCode','previewImage'],
success : function(res) {
......
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 sign in to comment