From 79dbb9be4312b235c0ac0d83812e00cde21bec65 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Wed, 3 Jul 2024 12:23:20 +0800 Subject: [PATCH] =?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/payModifyCi.vue | 5 +++-- my/order/payModifyLiao.vue | 10 +++++----- my/order/payModifyTc.vue | 9 +++++---- pages/my/cika.vue | 1 - pages/my/cikarDrtail.vue | 8 ++++---- pages/my/cureOderDrtail.vue | 15 +++++++++------ pages/my/fuwuDateil.vue | 4 ++-- pages/my/fuwuGengduo.vue | 4 ++-- pages/my/fuwuliaocheng.vue | 1 - pages/my/fuwuliaochengDetail.vue | 9 +++++---- pages/my/fuwuxiangm.vue | 6 ++---- pages/my/jIShiDateil.vue | 4 ++-- pages/my/myCiLiaoDetail.vue | 16 +++++++++------- pages/my/servicePackage.vue | 19 +++++++++---------- 14 files changed, 57 insertions(+), 54 deletions(-) diff --git a/my/order/payModifyCi.vue b/my/order/payModifyCi.vue index d7ff03b..96edb0a 100644 --- a/my/order/payModifyCi.vue +++ b/my/order/payModifyCi.vue @@ -54,10 +54,11 @@ - {{item.packagePrice}}/次 + {{item.packagePrice}} + ¥{{item.oldPrice}} - 服务时长:{{item.duration}}分钟 + 服务时长:{{item.duration}}分钟 项目特色: {{item.jianjie}} diff --git a/my/order/payModifyLiao.vue b/my/order/payModifyLiao.vue index 3118d2b..08b16c0 100644 --- a/my/order/payModifyLiao.vue +++ b/my/order/payModifyLiao.vue @@ -21,7 +21,7 @@ - {{orderXm.price}}/次 + {{orderXm.price}}/{{orderXm.serviceCount}}次 @@ -50,14 +50,14 @@ - + - {{item.packagePrice}}/次 + {{item.packagePrice}} + ¥{{item.oldPrice}} - - 服务时长:{{item.duration}}分钟 + 服务时长:{{item.duration}}分钟 项目特色: {{item.jianjie}} diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue index 2d4cdf7..f19c30a 100644 --- a/my/order/payModifyTc.vue +++ b/my/order/payModifyTc.vue @@ -49,14 +49,14 @@ - + {{item.packagePrice}} - ¥{{item.oldPrice}} + ¥{{item.oldPrice}} - 服务时长:{{item.duration}}分钟 + 服务时长:{{item.duration}}分钟 项目特色: {{item.jianjie}} @@ -1324,7 +1324,8 @@ } .header-bottom-money-zhen span{ color: #F95900 ; - } + + } .header-bottom-money-zhen{ display: flex; flex-direction: row; diff --git a/pages/my/cika.vue b/pages/my/cika.vue index d195663..6ac06e6 100644 --- a/pages/my/cika.vue +++ b/pages/my/cika.vue @@ -226,7 +226,6 @@ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ overflow: hidden; text-overflow: ellipsis; - padding: 10rpx 0; } .item-view-biao{ padding: 1px 2px; diff --git a/pages/my/cikarDrtail.vue b/pages/my/cikarDrtail.vue index e8f1c87..1a4f44e 100644 --- a/pages/my/cikarDrtail.vue +++ b/pages/my/cikarDrtail.vue @@ -56,7 +56,7 @@ - + 项目详情 @@ -81,11 +81,11 @@ - + diff --git a/pages/my/cureOderDrtail.vue b/pages/my/cureOderDrtail.vue index c0d15f4..23e7f12 100644 --- a/pages/my/cureOderDrtail.vue +++ b/pages/my/cureOderDrtail.vue @@ -106,12 +106,12 @@ - - + + @@ -129,7 +129,8 @@ // 背景图片的URL可以是动态的,比如从API获取或根据条件生成 backgroundImageUrl: '', nameText:'', - labels:[] + labels:[], + contentImg:[], } }, computed: { @@ -187,7 +188,8 @@ if (res.code == 0) { that.getList=res.data; that.backgroundImageUrl=that.getList.massageImg - that.labels=res.data.labels.split(',') + // that.labels=res.data.labels.split(','); + that.contentImg=res.data.contentImg.split(","); } }) }, @@ -204,7 +206,8 @@ if (res.code == 0) { that.getList=res.data; that.backgroundImageUrl=that.getList.massageImg - that.labels=res.data.labels.split(',') + // that.labels=res.data.labels.split(','); + that.contentImg=res.data.contentImg.split(","); } }) }, diff --git a/pages/my/fuwuDateil.vue b/pages/my/fuwuDateil.vue index 04e0e83..6b28a0a 100644 --- a/pages/my/fuwuDateil.vue +++ b/pages/my/fuwuDateil.vue @@ -84,11 +84,11 @@ - + diff --git a/pages/my/fuwuGengduo.vue b/pages/my/fuwuGengduo.vue index bf57cc7..fade377 100644 --- a/pages/my/fuwuGengduo.vue +++ b/pages/my/fuwuGengduo.vue @@ -39,8 +39,8 @@ {{item.price}} - /{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}} - ¥{{item.oldPrice}}/{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}} + /{{item.serviceCount?item.serviceCount:''}}{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}} + ¥{{item.oldPrice}}/{{item.serviceCount?item.serviceCount:''}}{{item.type=='104'?'套':item.type=='105'||item.type=='106'?'次':'元'}} 查看 diff --git a/pages/my/fuwuliaocheng.vue b/pages/my/fuwuliaocheng.vue index 029fbdd..deeb016 100644 --- a/pages/my/fuwuliaocheng.vue +++ b/pages/my/fuwuliaocheng.vue @@ -226,7 +226,6 @@ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ overflow: hidden; text-overflow: ellipsis; - padding: 10rpx 0; } .item-view-biao{ padding: 1px 2px; diff --git a/pages/my/fuwuliaochengDetail.vue b/pages/my/fuwuliaochengDetail.vue index 2d2b566..f2f97ef 100644 --- a/pages/my/fuwuliaochengDetail.vue +++ b/pages/my/fuwuliaochengDetail.vue @@ -61,7 +61,7 @@ - + 项目详情 @@ -86,11 +86,11 @@ - + @@ -603,6 +603,7 @@ openpay(item) {//立即预约 item.packagePrice=this.detailData[0].packagePrice; item.massageImg=this.detailData[0].massageImg; + item.serviceCount=this.detailData[0].serviceCount; this.$queue.setData('mainData',item) this.$queue.setData('detailData',this.detailData) this.$queue.setData('xiangmu',item) diff --git a/pages/my/fuwuxiangm.vue b/pages/my/fuwuxiangm.vue index 901a023..b4fc1f9 100644 --- a/pages/my/fuwuxiangm.vue +++ b/pages/my/fuwuxiangm.vue @@ -33,9 +33,8 @@ {{item.price}} - 元/套 - - {{item.oldPrice}} + + ¥{{item.oldPrice}} @@ -263,7 +262,6 @@ .item-view-xiangmu span:nth-child(2){ font-weight: normal; color: #666666; - margin-left: 5px; } .item-view-xiangmu{ width: 100%; diff --git a/pages/my/jIShiDateil.vue b/pages/my/jIShiDateil.vue index 8cf9cd9..629895f 100644 --- a/pages/my/jIShiDateil.vue +++ b/pages/my/jIShiDateil.vue @@ -84,11 +84,11 @@ - + diff --git a/pages/my/myCiLiaoDetail.vue b/pages/my/myCiLiaoDetail.vue index d85827e..c5a0332 100644 --- a/pages/my/myCiLiaoDetail.vue +++ b/pages/my/myCiLiaoDetail.vue @@ -25,10 +25,10 @@ {{getList.packagePrice}} - 元/次 + - ¥{{getList.oldPrice}}/次 + ¥{{getList.oldPrice}} @@ -76,12 +76,12 @@ - - + + @@ -101,7 +101,8 @@ backgroundImageUrl: '', page:1, limit:10, - labels:[] + labels:[], + contentImg:[] } }, computed: { @@ -153,7 +154,8 @@ if (res.code == 0) { that.getList=res.data; that.backgroundImageUrl=that.getList.massageImg; - that.labels=that.getList.labels.split(','); + // that.labels=that.getList.labels.split(','); + that.contentImg=res.data.contentImg.split(","); } }) }, diff --git a/pages/my/servicePackage.vue b/pages/my/servicePackage.vue index af81b36..ce13f15 100644 --- a/pages/my/servicePackage.vue +++ b/pages/my/servicePackage.vue @@ -51,20 +51,20 @@ {{item.title}} - - {{item.classifyName}} - 已售{{item.sales}}w+ | 好评{{item.esteemRate}}% + + + {{item.price}} + /套 + + {{item.oldPrice}}/套 {{item.content}} - - - {{item.price}} - 元/套 - - {{item.oldPrice}} + + {{item.classifyName}} + 已售{{item.sales}}w+ 查看 @@ -236,7 +236,6 @@ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ overflow: hidden; text-overflow: ellipsis; - padding: 10rpx 0; } .item-view-biao{ padding: 1px 2px;