請(qǐng)?jiān)诖嗽敿?xì)描述你所遇到的問(wèn)題
PRO版 裝修模塊中-選項(xiàng)卡-商品分類,點(diǎn)擊事件找不到,我想加一個(gè)選別的列表,怎么配置。
加上后只能選擇鏈接,不能選分類列表/其他列表頁(yè),代碼如下:
customerId: {
title: '達(dá)標(biāo)客群',
value: '默認(rèn)value',
place: '請(qǐng)選擇達(dá)標(biāo)客群',
max: 100,
type:'link',
// type:'link'
},
twoContent: [
{
components: toolCom.c_input_item,
// components: toolCom.c_tab_list,
configNme: 'customerId'
}
],