From 093003f337277d9eaa01fea557cb9acd886ae946 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Mon, 16 Aug 2021 14:48:38 +0800 Subject: [PATCH] =?UTF-8?q?dialog=E7=BB=84=E4=BB=B6=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=9C=A8=E4=BB=A3=E5=8D=96=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/agent/edit/index.js | 4 ++-- pages/agent/edit/index.wxml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/agent/edit/index.js b/pages/agent/edit/index.js index 29674a2..efadd07 100644 --- a/pages/agent/edit/index.js +++ b/pages/agent/edit/index.js @@ -298,9 +298,9 @@ Page({ return } if(!this.data.hasShipmentsInfo){ - this.wuxDialog = this.wuxDialog || this.selectComponent('#wux-dialog') + this.wuxDialog2 = this.wuxDialog2 || this.selectComponent('#wux-dialog2') var that = this - this.wuxDialog.open({ + this.wuxDialog2.open({ resetOnClose: true, title: '温馨提示', content: '您还没填写发货信息,请填写发货信息。', diff --git a/pages/agent/edit/index.wxml b/pages/agent/edit/index.wxml index b6896a8..7ac1593 100644 --- a/pages/agent/edit/index.wxml +++ b/pages/agent/edit/index.wxml @@ -110,5 +110,6 @@ + \ No newline at end of file