From 973297b5c8b2a9e3897d7324205da0fa7a86d119 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 26 Jun 2023 15:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E6=97=B6=E5=A6=82=E6=9E=9C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=90=88=E5=B9=B6=EF=BC=8C=E7=9B=B4=E6=8E=A5=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=90=88=E5=B9=B6=EF=BC=8C=E4=B8=8D=E5=9C=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=BC=B9=E6=A1=86=E5=BE=85=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E5=90=8E=E5=9C=A8=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/member/editmobile/editmobile.js | 25 ++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/packageA/member/editmobile/editmobile.js b/packageA/member/editmobile/editmobile.js index b47acf3..ff714d8 100644 --- a/packageA/member/editmobile/editmobile.js +++ b/packageA/member/editmobile/editmobile.js @@ -218,18 +218,19 @@ Page({ success: (resdata)=> { var res = resdata.data; if (res.result == 1) { - if (res.data.is_show) { - // 显示 导致会员id变更 弹窗 - this.setData({ - showChangeID: true, - changidInfo: { - uid: res.data.uid, - change_uid: res.data.change_uid - } - }); - } else { - resolve(); - } + resolve(); + // if (res.data.is_show) { + // // 显示 导致会员id变更 弹窗 + // this.setData({ + // showChangeID: true, + // changidInfo: { + // uid: res.data.uid, + // change_uid: res.data.change_uid + // } + // }); + // } else { + // resolve(); + // } } else { wx.showToast({ icon: 'none',