wangguoyu 6 달 전
부모
커밋
398e2a9cba
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;
 					}