Fix:【商城小程序】店铺详情的分类栏名称修改为:商品 资讯 文化 资质

This commit is contained in:
linxi
2024-09-19 11:25:28 +08:00
parent 68765f4474
commit af6da8649c
+4 -4
View File
@@ -469,10 +469,10 @@ export default {
height: '500rpx'
},
tabList: [
{ text: '精选商品', value: 0, isShow: true },
{ text: '最新资讯', value: 1, isShow: true },
{ text: '企业文化', value: 2, isShow: true },
{ text: '商家资质', value: 3, isShow: true }
{ text: '商品', value: 0, isShow: true },
{ text: '资讯', value: 1, isShow: true },
{ text: '文化', value: 2, isShow: true },
{ text: '资质', value: 3, isShow: true }
],
isLoadGoodListoSuccess: false,
isLoadInfoListSuccess: false,