ll
liukangdong
2024-08-06 d41f1f707dc643b726a42b9d2a63b186dd9e4f28
wechat_staff/pages/kefu/select.js
@@ -47,15 +47,23 @@
    })
    batchAddLike({
      articleIds: enjoyList.filter(i => i.checked).map(i => i.id).join(','),
      customerId: customer.platSourceId,
      customerId: customer.customerId,
      platId: customer.platSourceId,
      platSource: customer.platSource
    }).then(res => {
      setTimeout(() => {
        wx.showToast({
          title: '绑定成功',icon: 'none'
      if (res.code == 200) {
        setTimeout(() => {
          wx.showToast({
            title: '绑定成功',
            icon: 'none'
          })
        }, 500)
      }else{
        return wx.showToast({
          title: res.message,
          icon: 'none'
        })
      }, 500)
      }
      this.setData({
        customer: {}
      })