Authored by whb

测试wechat

... ... @@ -103,6 +103,11 @@
]
});
wx.ready(function () {
alert('aaa');
});
wx.error(function (res) {
alert(res.errMsg);
});
var shareData = {
title: $('.detail-title').find('.title'),
desc: '123123',
... ... @@ -124,12 +129,6 @@
wx.onMenuShareQQ(shareData);
// 2.4 “分享到微博”
wx.onMenuShareWeibo(shareData);
alert('aaa');
});
wx.error(function (res) {
alert(res.errMsg);
});
});
</script>
<?php $this->_endblock();?>
... ...