請在此詳細描述你所遇到的問題
PRO版 裝修模塊中-選項卡-商品分類,點擊事件找不到,我想加一個選別的列表,怎么配置。
加上后只能選擇鏈接,不能選分類列表/其他列表頁,代碼如下:
customerId: {
title: '達標客群',
value: '默認value',
place: '請選擇達標客群',
max: 100,
type:'link',
// type:'link'
},
twoContent: [
{
components: toolCom.c_input_item,
// components: toolCom.c_tab_list,
configNme: 'customerId'
}
],