修改心身量表选择城市的展现形式

This commit is contained in:
liuyuan
2025-02-05 10:08:25 +08:00
parent b24119a549
commit 1cbc7f96cd
6 changed files with 224 additions and 132 deletions

View File

@@ -3,6 +3,12 @@
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
// },
"pages": [
{
"path": "pages/peanut/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/user/login",
"style": {
@@ -10,12 +16,6 @@
"enablePullDownRefresh": false // 禁止下拉刷新
}
},
{
"path": "pages/peanut/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/mine/vip/index",
"style": {