|
@@ -60,13 +60,12 @@
|
|
|
});
|
|
|
|
|
|
WeiboJS.invoke("setSharingContent", {
|
|
|
- title: "抽奖页面测试标题",
|
|
|
- desc: "抽奖页面测试描述",
|
|
|
- icon: "https://wx.ttkuaiban.com/minigame/images/share_picture.png"
|
|
|
- }, function(e) {
|
|
|
- alert("设置分享内容成功:" + JSON.stringify(e))
|
|
|
- });
|
|
|
- );
|
|
|
+ title: "抽奖页面测试标题",
|
|
|
+ desc: "抽奖页面测试描述",
|
|
|
+ icon: "https://wx.ttkuaiban.com/minigame/images/share_picture.png"
|
|
|
+ }, function(e) {
|
|
|
+ alert("设置分享内容成功:" + JSON.stringify(e));
|
|
|
+ });
|
|
|
}
|
|
|
});
|
|
|
|