Commit 51c97aa7 by 黑潮

update: game

parent 7ebafb3d
......@@ -171,7 +171,11 @@ export default {
this.getPageName(pagePath.pageId);
} else {
this.getNextList(this.preValue).then(res => {
this.nextValue = pagePath.type;
if (pagePath.type.startsWith('GAME_LINK')) {
this.nextValue = 'GAME_LINK';
} else {
this.nextValue = pagePath.type;
}
if (this.nextValue == 'GAME_LINK') {
this.$nextTick(() => {
this.threeValue = pagePath.gameType;
......@@ -292,6 +296,7 @@ export default {
},
changeThreeValue(val) {
if (val.startsWith('GAME_LINK')) {
this.wechatContent.type = val;
this.$nextTick(() => {
this.gameProps.gameType = val;
});
......
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