From 968f96b4feaf0a0a71ec3f539b5d70d890c9401c Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Mon, 13 Feb 2023 12:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/stock/mana.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stock/mana.vue b/pages/stock/mana.vue index 595df4c..b280525 100644 --- a/pages/stock/mana.vue +++ b/pages/stock/mana.vue @@ -195,7 +195,7 @@ export default { }) if(res.statu){ this.list=this.list.concat(res.data.realRecords) - this.total=res.data.total + this.total=res.data.pageRecords.total this.searchVal.pageNo++ if(this.list.length==this.total)uni.showToast({title:"加载完成!",icon:"none"}) }else{