From 34911d5bfbc88418d9cfbac5b4b49a70f28c9fd4 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 29 May 2021 11:44:01 +0800 Subject: [PATCH] no message --- pages/message/notification/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/message/notification/index.js b/pages/message/notification/index.js index b41112a..ad3c7b4 100644 --- a/pages/message/notification/index.js +++ b/pages/message/notification/index.js @@ -33,7 +33,7 @@ Component({ } readMessage({ idList: [this.data.message.id] }).then(result => { if(this.data.message.redirectInfo.targetView == 'factoryCustomerDetail'){// 新建客户 - this.setData({ notice: false }) + this.onClose() if(e.currentTarget.id == 'client'){ wx.navigateTo({ url: `/pages/home/customer-info/index?cardNo=${this.data.message.redirectInfo.params.cardNo}` }) } else if(e.currentTarget.id == 'employ'){