Commit f74e084d authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of gitlab2.dui88.com:wanghongyuan/xiaoxiaole into dev

parents 722939be 39727cfb
...@@ -221,7 +221,8 @@ class ScratchItem extends eui.ItemRenderer { ...@@ -221,7 +221,8 @@ class ScratchItem extends eui.ItemRenderer {
return; return;
} }
let shareCode = res.data; // 分享码 let shareCode = res.data; // 分享码
CFG.wxShareLink = window['h5URL2'] + "&shareCode=" + "12345678" + shareCode; // 分享链接 let code = "12345678" + shareCode;
CFG.wxShareLink = window['h5URL2'] + "&shareCode=" + code; // 分享链接
CFG.wxShareTitle = '狮狮连萌超好玩~我已经玩到第一了!'; CFG.wxShareTitle = '狮狮连萌超好玩~我已经玩到第一了!';
CFG.wxShareDesc = '我在萌狮消消乐等你来挑战哦'; CFG.wxShareDesc = '我在萌狮消消乐等你来挑战哦';
CFG.wxShareImg = "http://yun.duiba.com.cn/db_games/xiaoxiaole2.jpg"; CFG.wxShareImg = "http://yun.duiba.com.cn/db_games/xiaoxiaole2.jpg";
...@@ -230,7 +231,7 @@ class ScratchItem extends eui.ItemRenderer { ...@@ -230,7 +231,7 @@ class ScratchItem extends eui.ItemRenderer {
window["invokeWX"](); window["invokeWX"]();
} else {//端内 } else {//端内
this.data.wxShareTip.visible = false; this.data.wxShareTip.visible = false;
window["scratchShare"](shareCode); window["scratchShare"](code);
} }
}, this.data.scratchTaskId); }, this.data.scratchTaskId);
}, this); }, this);
......
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