浏览代码

问题修复

htc 14 小时之前
父节点
当前提交
60262846d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pagesMy/exclusiveScroll.vue

+ 1 - 1
pagesMy/exclusiveScroll.vue

@@ -101,7 +101,7 @@
 	const getList = () => {
 		proxy.$api.get('/core/activity/coupon/page',queryParams.value).then(({data:res})=>{
 			if(res.code!==0) return proxy.$showToast(res.msg)
-			list.value = res.data.list;
+			list.value = [...list.value,...res.data.list];
 			list.value.forEach(l=>{
 				l.select = false;
 				l.check = false;