From 4c3abc36129e07ee37354134ed5034234eda7cdf Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Thu, 4 Jul 2024 19:13:27 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=AE=A2=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/order/pay.vue | 2 +-
my/order/payShengji.vue | 4 ++--
my/wallet/index.vue | 2 +-
pages/index/index.vue | 3 ++-
pages/my/fuwuGengduo.vue | 5 +++--
5 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/my/order/pay.vue b/my/order/pay.vue
index a889059..f0dfc62 100644
--- a/my/order/pay.vue
+++ b/my/order/pay.vue
@@ -795,7 +795,7 @@
classifyId:item.classifyId,
ordersId:that.order.ordersId,
massageTypeId:that.order.massageTypeId,
- userPackageDetailId:that.order.userPackageDetailId,
+ // userPackageDetailId:that.order.userPackageDetailId,
ordersMassageList:[
{massageId: item.massageTypeId,num: 1},
],
diff --git a/my/order/payShengji.vue b/my/order/payShengji.vue
index b9d355a..cca7765 100644
--- a/my/order/payShengji.vue
+++ b/my/order/payShengji.vue
@@ -4,13 +4,13 @@
(订单已超时)
-
服务项目
-
diff --git a/my/wallet/index.vue b/my/wallet/index.vue
index a2396cd..7cbfdd3 100644
--- a/my/wallet/index.vue
+++ b/my/wallet/index.vue
@@ -608,7 +608,7 @@
if(that.getList.text=='my'&&that.getList.artificerId){
that.textMoney='是否确定为技师'+ that.getJishi.artificerName +'充值'+'吗?'
}else{
- that.textMoney='是否确定为充值!'
+ that.textMoney='是否确定充值!'
}
uni.showModal({
title: '提示',
diff --git a/pages/index/index.vue b/pages/index/index.vue
index cf98321..840f04e 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -227,6 +227,7 @@
+
@@ -1343,7 +1344,7 @@
display: flex;
flex-direction: column;
background: linear-gradient(180deg,rgba(238, 250, 246,0.6),rgba(255, 255, 255,0.9));
- margin: 20rpx 0px 230px 0px;
+ margin: 20rpx 0px 0px 0px;
}
.index-fujin-jie-id{
height: 30rpx;
diff --git a/pages/my/fuwuGengduo.vue b/pages/my/fuwuGengduo.vue
index 930d7ba..710f575 100644
--- a/pages/my/fuwuGengduo.vue
+++ b/pages/my/fuwuGengduo.vue
@@ -169,14 +169,14 @@
From 5cb8291e0b6f63c00df21e3cd55dcdae1a8efc3b Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Thu, 4 Jul 2024 19:34:00 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8E=BB=E6=8E=89=20titl?=
=?UTF-8?q?e?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 126 ++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 101 insertions(+), 25 deletions(-)
diff --git a/pages.json b/pages.json
index 7543258..1b2fd2d 100644
--- a/pages.json
+++ b/pages.json
@@ -370,14 +370,20 @@
"style": {
"navigationBarTitleText": "紧急求助",
"navigationBarBackgroundColor": "#3FCB46",
- "navigationBarTextStyle": "white"
+ "navigationBarTextStyle": "white",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/my/userinfo",
"style": {
- "navigationBarTitleText": "个人信息"
+ "navigationBarTitleText": "个人信息",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
// #ifdef H5
@@ -395,33 +401,48 @@
{
"path": "pages/public/login",
"style": {
- "navigationBarTitleText": "登录"
+ "navigationBarTitleText": "登录",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
// #endif
{
"path": "pages/public/bind",
"style": {
- "navigationBarTitleText": "绑定手机号"
+ "navigationBarTitleText": "绑定手机号",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/public/forgetPwd",
"style": {
- "navigationBarTitleText": "重置密码"
+ "navigationBarTitleText": "重置密码",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/public/loginphone",
"style": {
- "navigationBarTitleText": "登录"
+ "navigationBarTitleText": "登录",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/public/loginmsg",
"style": {
- "navigationBarTitleText": "登录"
+ "navigationBarTitleText": "登录",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
@@ -751,7 +772,10 @@
{
"path": "renzheng/index",
"style": {
- "navigationBarTitleText": "月嫂认证"
+ "navigationBarTitleText": "月嫂认证",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
//#ifdef MP-WEIXIN
@@ -790,38 +814,56 @@
"path": "wallet/teammoneydetail",
"style": {
"navigationBarTitleText": "商家收益",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": true,
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "gonghui/index",
"style": {
- "navigationBarTitleText": "我的商家"
+ "navigationBarTitleText": "我的商家",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "gonghui/therapist",
"style": {
- "navigationBarTitleText": "商家技师"
+ "navigationBarTitleText": "商家技师",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "wallet/yinhangka",
"style": {
- "navigationBarTitleText": "银行卡账号"
+ "navigationBarTitleText": "银行卡账号",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "wallet/zhifubao",
"style": {
- "navigationBarTitleText": ""
+ "navigationBarTitleText": "",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "wallet/cashList",
"style": {
"navigationBarTitleText": "提现记录",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": true,
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
@@ -839,7 +881,10 @@
"path": "wallet/usermoneydetail",
"style": {
"navigationBarTitleText": "收益明细",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": true,
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
@@ -935,43 +980,65 @@
{
"path": "publish/index",
"style": {
- "navigationBarTitleText": "我的发布"
+ "navigationBarTitleText": "我的发布",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "publish/type",
"style": {
- "navigationBarTitleText": "发布类型"
+ "navigationBarTitleText": "发布类型",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "publish/yaoqing",
"style": {
- "navigationBarTitleText": "分享好友"
+ "navigationBarTitleText": "分享好友",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "publish/download",
"style": {
- "navigationBarTitleText": "APP下载"
+ "navigationBarTitleText": "APP下载",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "publish/editor",
"style": {
- "navigationBarTitleText": "个人发布"
+
+ "navigationBarTitleText": "个人发布",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "publish/firm",
"style": {
- "navigationBarTitleText": "企业发布"
+ "navigationBarTitleText": "企业发布",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "setting/customer",
"style": {
- "navigationBarTitleText": "在线客服"
+ "navigationBarTitleText": "在线客服",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
@@ -1065,19 +1132,28 @@
{
"path": "takeOrder/index",
"style": {
- "navigationBarTitleText": "我的接单"
+ "navigationBarTitleText": "我的接单",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "takeOrder/takeDetail",
"style": {
- "navigationBarTitleText": "接单详情"
+ "navigationBarTitleText": "接单详情",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "setting/chat",
"style": {
- "navigationBarTitleText": "联系客服"
+ "navigationBarTitleText": "联系客服",
+ "app-plus": {
+ "titleNView": false
+ }
}
}
]