Commit 0ec32d21 by 黑潮

update: 游戏链接

parent 1ee7d775
......@@ -300,8 +300,8 @@ export default {
this.wechatContent.type = val;
this.$nextTick(() => {
this.gameProps.gameType = val;
this.gameProps.gameId = '';
});
this.gameProps.gameId = '';
} else {
let option = this.options3.find(el => el.tagid === val);
this.wechatContent.tagid = option.tagid;
......@@ -310,6 +310,7 @@ export default {
},
onSelectGame(val) {
if (val) {
this.gameProps.gameId = val.gameId || val.gameActivityId;
this.wechatContent.tagid = val.gameId || val.gameActivityId;
this.wechatContent.tagname = val.gameName;
this.wechatContent.gameType = this.threeValue;
......
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