Merge branch 'develop' into 'sit'

修改下拉页

See merge request K17_AITS/tra-app!147
This commit is contained in:
田岩
2025-09-16 15:26:57 +08:00
4 changed files with 1016 additions and 959 deletions
-1
View File
@@ -4,7 +4,6 @@
"path": "pages/index/dialog",
"style": {
"navigationBarTitleText": "AI问答",
"disableSwipeBack": true,
"app-plus": {
"titleNView": false,
"animationType": "fade-in"
+1009 -952
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -144,7 +144,8 @@
const pages = getCurrentPages();
if (pages.length <= 1) {
// 页面栈小于等于1,里面还有本身的login,说明就只有login页
common.navigateTo('/pages/index/dialog', { animationType: 'slide-in-bottom' });
// common.navigateTo('/pages/index/dialog', { animationType: 'slide-in-bottom' });
common.redirectTo('/pages/index/dialog', { animationType: 'slide-in-bottom' });
return;
}
const prevPage = pages[pages.length - 2];
+5 -5
View File
@@ -3,11 +3,11 @@
{
"path": "pages/index/dialog",
"style": {
"navigationBarTitleText": "AI问答",
"app-plus": {
"titleNView": false,
"animationType": "fade-in"
}
"navigationBarTitleText": "AI问答",
"app-plus": {
"titleNView": false,
"animationType": "fade-in"
}
}
},
{