修改下拉页
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"path": "pages/index/dialog",
|
||||
"style": {
|
||||
"navigationBarTitleText": "AI问答",
|
||||
"disableSwipeBack": true,
|
||||
"app-plus": {
|
||||
"titleNView": false,
|
||||
"animationType": "fade-in"
|
||||
|
||||
+1009
-952
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user