diff --git a/pages/shareArea/hiList.vue b/pages/shareArea/hiList.vue index 70638b3..5c57a0d 100644 --- a/pages/shareArea/hiList.vue +++ b/pages/shareArea/hiList.vue @@ -89,16 +89,16 @@ export default { pkParent: '', goodList: [], placeParent: '', - activeTab: 41, // 默认选中精品专区 + activeTab: 43, // 默认选中商城专区 tabs: [ - { - label: '精品专区', - value: 41, - }, { label: '商城专区', value: 43, }, + { + label: '精品专区', + value: 41, + }, ], } },