From c28b3b105e5294165ff6b278723df5e0889cb36f Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期一, 12 六月 2023 16:33:36 +0800
Subject: [PATCH] no message

---
 uniapp/pages/active/vipsearch.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/uniapp/pages/active/vipsearch.vue b/uniapp/pages/active/vipsearch.vue
index 27a6a64..f34a2af 100644
--- a/uniapp/pages/active/vipsearch.vue
+++ b/uniapp/pages/active/vipsearch.vue
@@ -132,8 +132,16 @@
 					pageSize: 10,
 					page: this.pageCurrent,
 				}).then(e => {
+					console.log(e);
 					if(e.code != 0)return that.$alert(e.msg)
 					var res = e.data;
+					if(res.list==null)
+					{
+						that.pageCurrent++
+						that.canloadmore = false
+						that.loadstatus = 'nomarl'
+						return;
+					}
 					if (res.list < 10) {
 						that.pageCurrent++
 						that.canloadmore = false

--
Gitblit v1.9.3