ll
liukangdong
2024-09-29 5e57deb4c7a53c3307f59b2267127b4dd7fd0b02
wechat_staff/pages/kefu/select.js
@@ -45,6 +45,10 @@
      title: '请先选择要关联的客户',
      icon: 'none'
    })
    if(enjoyList.filter(i => i.checked).length == 0) return wx.showToast({
      title: '请重新选择要关联的的产品',
      icon: 'none'
    })
    batchAddLike({
      articleIds: enjoyList.filter(i => i.checked).map(i => i.id).join(','),
      customerId: customer.customerId,
@@ -66,6 +70,7 @@
          dataList: [],
          page: 1
        })
        wx.navigateBack()
        this.getList()
      }else{
        return wx.showToast({