前端首页下拉样式,头部样式,seller端批量上传

This commit is contained in:
mabo
2021-07-13 18:15:32 +08:00
parent 4c0aec2f42
commit 0e277a8e6d
8 changed files with 153 additions and 85 deletions

View File

@@ -73,6 +73,10 @@ export default {
showNavBar: { // 显示全部商品分类右侧导航条
default: true,
type: Boolean
},
hover: {
default: false,
type: Boolean
}
},
data () {
@@ -90,6 +94,7 @@ export default {
},
methods: {
getCate () { // 获取分类数据
if (this.hover) return false;
getCategory(0).then(res => {
if (res.success) {
this.cateList = res.result;