Commit 3ce8b99e by doszhang

dos

parent 5321ae22
...@@ -119,8 +119,11 @@ ...@@ -119,8 +119,11 @@
'title': friend_title, 'title': friend_title,
'desc': friend_desc, 'desc': friend_desc,
success: function () { success: function () {
$('.page').hide(); try {
MtaH5.clickShare('wechat_friend'); MtaH5.clickShare('wechat_friend');
} catch (error) {
console.log(error);
}
} }
}; };
window.wxTimelineData = { window.wxTimelineData = {
...@@ -128,7 +131,11 @@ ...@@ -128,7 +131,11 @@
'imgUrl': link + '/Public/static/image2/share.jpg', 'imgUrl': link + '/Public/static/image2/share.jpg',
'title': timeline_desc, 'title': timeline_desc,
success: function () { success: function () {
try {
MtaH5.clickShare('wechat_moments'); MtaH5.clickShare('wechat_moments');
} catch (error) {
console.log(error);
}
} }
}; };
</script> </script>
......
...@@ -314,8 +314,13 @@ function tryprize() { ...@@ -314,8 +314,13 @@ function tryprize() {
} }
function createPoster(callback) { function createPoster(callback) {
try {
MtaH5.clickStat(canvasArr[resultType - 1][7]); MtaH5.clickStat(canvasArr[resultType - 1][7]);
} catch (error) {
console.log(error);
}
$('.poster-bg').hide(); $('.poster-bg').hide();
......
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