Fix:【商城小程序】店铺详情的分类栏名称修改为:商品 资讯 文化 资质
This commit is contained in:
@@ -469,10 +469,10 @@ export default {
|
|||||||
height: '500rpx'
|
height: '500rpx'
|
||||||
},
|
},
|
||||||
tabList: [
|
tabList: [
|
||||||
{ text: '精选商品', value: 0, isShow: true },
|
{ text: '商品', value: 0, isShow: true },
|
||||||
{ text: '最新资讯', value: 1, isShow: true },
|
{ text: '资讯', value: 1, isShow: true },
|
||||||
{ text: '企业文化', value: 2, isShow: true },
|
{ text: '文化', value: 2, isShow: true },
|
||||||
{ text: '商家资质', value: 3, isShow: true }
|
{ text: '资质', value: 3, isShow: true }
|
||||||
],
|
],
|
||||||
isLoadGoodListoSuccess: false,
|
isLoadGoodListoSuccess: false,
|
||||||
isLoadInfoListSuccess: false,
|
isLoadInfoListSuccess: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user