This commit is contained in:
liuyuan
2025-06-10 17:52:06 +08:00
parent 3b86ad9ed8
commit a26581fd81
96 changed files with 11316 additions and 367 deletions

View File

@@ -11,6 +11,17 @@
}
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/my/index",
"style": {
@@ -35,17 +46,6 @@
}
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/user/forget",
"style": {
@@ -177,6 +177,102 @@
}
}
},
{
"path": "pages/folder/index",
"style": {
"navigationBarTitleText": "我的病历夹",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/folder/patient",
"style": {
"navigationBarTitleText": "患者列表",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/wallet/recharge",
"style": {
"navigationBarTitleText": "充值",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/wallet/account",
"style": {
"navigationBarTitleText": "我的账户",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/wallet/points",
"style": {
"navigationBarTitleText": "我的积分",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/vip/index",
"style": {
"navigationBarTitleText": "VIP办理",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},
{
"path": "pages/order/infor",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false, // 禁止下拉刷新
"app-plus": {
"bounce": "none",
"titleNView": false,
"popGesture": "none"
}
}
},