From 1bd07241364826a5a1cd5a8b4302fd0620d1874c Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Thu, 17 Oct 2024 18:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=88=86=E9=A1=B5bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/list.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/goods/list.vue b/pages/goods/list.vue index a56ce60..cd5c181 100644 --- a/pages/goods/list.vue +++ b/pages/goods/list.vue @@ -489,6 +489,7 @@ // app.list.data = app.arrayUnique(arr, 'goods_id') app.list.data = arr; app.total = result.data.list.total; + resolve(newList); }catch(e){ console.log(e); //TODO handle the exception