Browse Source

no message

feature/v1.6
xpz2018 4 years ago
parent
commit
34911d5bfb
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/message/notification/index.js

2
pages/message/notification/index.js

@ -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'){

Loading…
Cancel
Save