xiaocao 5 mesiacov pred
rodič
commit
6360cf68a2
2 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 3 1
      pages/tabbar/visitor.vue
  2. 1 1
      pagesA/public/phone-login.vue

+ 3 - 1
pages/tabbar/visitor.vue

@@ -122,7 +122,9 @@
 
 			// Refresh list
 			refresh() {
-				this.visitList = []
+				this.visitLi
+
+				st = []
 				// this.params.current = 1
 				this.hasMore = true
 				this.loadMoreStatus = 'loadmore'

+ 1 - 1
pagesA/public/phone-login.vue

@@ -157,7 +157,7 @@
 					console.error('登录错误:', error);
 					uni.hideLoading();
 					uni.showToast({
-						title: error.message || '登录失败,请重试',
+						title: error.msg || '登录失败,请重试',
 						icon: 'none'
 					});
 				}