''
liukangdong
2024-08-02 1cee3a660c5f8e5f4290ae894c2898c4966a834d
wechat_staff/pages/kefu/select.js
@@ -51,11 +51,19 @@
      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: {}
      })