Commit 122d7ac8 by 黑潮

update: 修改

parent 7d6e315a
......@@ -402,7 +402,7 @@ export default {
};
switch (result.id) {
case 'product_category_link':
case 'mall_costomize_page':
case 'mall_customize_page':
case '28':
case 28:
case '17':
......
......@@ -47,7 +47,7 @@ export default {
};
switch (result.type) {
case 'product_category_link':
case 'mall_costomize_page':
case 'mall_customize_page':
case '28':
case 28:
case '17':
......@@ -56,7 +56,7 @@ export default {
case 'gift':
result.params && (params.params = JSON.stringify(result.params));
break;
case 'yueshi_integral_mall':
case 'yueshi-intergral_mall':
params.params = '';
break;
case '35':
......
......@@ -181,6 +181,11 @@ export default {
this.threeValue = pagePath.gameType;
this.gameProps.gameType = pagePath.gameType;
this.gameProps.gameId = pagePath.tagid;
this.wechatContent.tagid = pagePath.tagid;
this.wechatContent.tagname = pagePath.tagname;
this.wechatContent.gameType = pagePath.gameType;
this.wechatContent.gameName = pagePath.gameName;
this.selectedGame = { gameId: pagePath.tagid };
});
} else {
this.$nextTick(() => {
......
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