mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
添加pc端注释
This commit is contained in:
@@ -55,17 +55,13 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
tagsColor: ['blue', 'green', 'red', 'yellow'],
|
||||
goodsMsg: {},
|
||||
isLoading: false,
|
||||
categoryBar: [],
|
||||
storeCollected: false
|
||||
goodsMsg: {}, // 商品信息
|
||||
isLoading: false, // 加载状态
|
||||
categoryBar: [], // 分类
|
||||
storeCollected: false // 商品收藏
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user