wangxy 4 ماه پیش
والد
کامیت
041823cb5e
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      components/custom-tabbar/custom-tabbar.vue

+ 6 - 0
components/custom-tabbar/custom-tabbar.vue

@@ -82,6 +82,12 @@
 			},
 
 			switchTab(path, index) {
+				
+				if (index == this.currentTab) {
+					// 同页面不刷新
+					return;
+				}
+				
 				if (path !== '/pages/game/index') {
 					this.currentTab = index;
 				}