From eef75942ea21a065bbfbc78b99f3bde5b4bb4f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Tue, 6 Jan 2026 13:58:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8B=E6=9E=B6=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=B9=B6=E7=A6=81=E7=94=A8=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-update/goods-update.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/goods-update/goods-update.js b/pages/goods-update/goods-update.js index 4449690..9ba26fc 100644 --- a/pages/goods-update/goods-update.js +++ b/pages/goods-update/goods-update.js @@ -754,9 +754,9 @@ Page({ duration: 2000 }); - setTimeout(() => { - wx.navigateBack(); - }, 2000); + this.setData({ + 'goodsDetail.label': 1 + }); } else { wx.showToast({ title: '下架失败',