|
@@ -101,7 +101,7 @@
|
|
|
this.zhangId+ '&tipFlag=' + this.tipFlag
|
|
|
});
|
|
|
} else {
|
|
|
- if (path === '/pages/game/index') {
|
|
|
+ /* if (path === '/pages/game/index') {
|
|
|
// 游戏需要返回功能
|
|
|
uni.navigateTo({
|
|
|
url: path,
|
|
@@ -109,11 +109,11 @@
|
|
|
"animationDuration":0
|
|
|
});
|
|
|
return;
|
|
|
- }
|
|
|
- uni.navigateTo({
|
|
|
+ } */
|
|
|
+ uni.redirectTo({
|
|
|
url: path,
|
|
|
- "animationType": "fade-in",
|
|
|
- "animationDuration":0
|
|
|
+ // "animationType": "fade-in",
|
|
|
+ // "animationDuration":0
|
|
|
});
|
|
|
}
|
|
|
|