## Fix - 新注册会员 会员专区无法点击商品及更多
This commit is contained in:
parent
a8ecc34db8
commit
3fe086d4d4
|
@ -237,6 +237,19 @@ export default {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: '会员专区',
|
||||
value: 41,
|
||||
name: 'membersOnly',
|
||||
children: [
|
||||
{
|
||||
label: '自营专区',
|
||||
value: 41,
|
||||
name: 'regiestArea',
|
||||
isShow: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue