滚动分页bug修复

h5
wangdong 1 month ago
parent 94a9d2a25e
commit 1bd0724136
  1. 1
      pages/goods/list.vue

@ -489,6 +489,7 @@
// app.list.data = app.arrayUnique(arr, 'goods_id') // app.list.data = app.arrayUnique(arr, 'goods_id')
app.list.data = arr; app.list.data = arr;
app.total = result.data.list.total; app.total = result.data.list.total;
resolve(newList);
}catch(e){ }catch(e){
console.log(e); console.log(e);
//TODO handle the exception //TODO handle the exception

Loading…
Cancel
Save