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