添加注释,删除无用代码

This commit is contained in:
mabo
2021-05-13 18:09:36 +08:00
parent 967e673647
commit a2752a731d
122 changed files with 868 additions and 1185 deletions

View File

@@ -48,13 +48,11 @@ export default {
flag: false, // 控制商品模块显隐
selected: 0, // 已选模块
selectedLink: "", //选中的链接
wap,
wap, // tab标签栏数据
};
},
watch: {
selectedLink(val) {
this.$emit("selectedLink", val);
},
},