فهرست منبع

Merge branch '2024鹅状元' of https://gogs.mtavip.com/wangguoyu/uniProject into 2024鹅状元

tanxue 4 ماه پیش
والد
کامیت
2d537b14d0
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      components/custom-tabbar/custom-tabbar.vue

+ 3 - 1
components/custom-tabbar/custom-tabbar.vue

@@ -94,7 +94,9 @@
 					if (path === '/pages/game/index') {
 						// 游戏需要返回功能
 						uni.navigateTo({
-							url: path
+							url: path,
+							"animationType": "fade-in",
+							"animationDuration":0
 						});
 						return;
 					}