|
|
@ -33,7 +33,7 @@ Component({ |
|
|
} |
|
|
} |
|
|
readMessage({ idList: [this.data.message.id] }).then(result => { |
|
|
readMessage({ idList: [this.data.message.id] }).then(result => { |
|
|
if(this.data.message.redirectInfo.targetView == 'factoryCustomerDetail'){// 新建客户
|
|
|
if(this.data.message.redirectInfo.targetView == 'factoryCustomerDetail'){// 新建客户
|
|
|
this.setData({ notice: false }) |
|
|
|
|
|
|
|
|
this.onClose() |
|
|
if(e.currentTarget.id == 'client'){ |
|
|
if(e.currentTarget.id == 'client'){ |
|
|
wx.navigateTo({ url: `/pages/home/customer-info/index?cardNo=${this.data.message.redirectInfo.params.cardNo}` }) |
|
|
wx.navigateTo({ url: `/pages/home/customer-info/index?cardNo=${this.data.message.redirectInfo.params.cardNo}` }) |
|
|
} else if(e.currentTarget.id == 'employ'){ |
|
|
} else if(e.currentTarget.id == 'employ'){ |
|
|
|