Fix:【商城小程序】三个标题要去掉村屋这两个字,改为详情/介绍/资讯
This commit is contained in:
@@ -232,9 +232,9 @@ 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 }
|
||||||
],
|
],
|
||||||
// 资讯
|
// 资讯
|
||||||
infoArray: [],
|
infoArray: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user