订单去掉 字数
This commit is contained in:
parent
614679d6c7
commit
eed435cee2
|
@ -37,13 +37,13 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">服务时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
<text class="title-font">时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="money-pay" style="justify-content: space-between;">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{order.priceMarkup}} </span>
|
||||
<!-- <view style="margin-left: 5px;font-size: 12px;color: #999;text-decoration: line-through;" v-if="order.ordersMassageList[0].userPackageDetail">¥{{order.price}}</view> -->
|
||||
|
|
|
@ -37,12 +37,12 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">服务时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
<text class="title-font">时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="money-pay" style="justify-content: space-between;">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{order.priceMarkup}} </span>
|
||||
</view>
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between">
|
||||
<view style="justify-content: space-between; padding-top:6rpx;">
|
||||
<text class="title-font-time">服务时长:</text><text class="title-font-time">{{orderXm.duration}}分钟</text>
|
||||
<text class="title-font-time">时长:</text><text class="title-font-time">{{orderXm.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="money-pay">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span v-if="jishiName!=null||jishiName==''">
|
||||
{{technicianRate}}
|
||||
|
@ -2130,7 +2130,7 @@
|
|||
}
|
||||
.title-font-time{
|
||||
font-size: 28rpx;
|
||||
color: #019c88;
|
||||
// color: #019c88;
|
||||
}
|
||||
.detail-view-img{
|
||||
width: 76px;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<view class="jiage">
|
||||
<view class="flex justify-between">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">次卡价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span class="money-pay-zhen-a1">¥</span>
|
||||
<span class="money-pay-zhen-a2">{{orderXm.price}}</span>
|
||||
<span class="money-pay-zhen-a1">/{{orderXm.serviceCount}}次</span>
|
||||
|
|
|
@ -21,12 +21,12 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">服务时长:</text><text class="value-font">{{orderXm.duration}}分钟</text>
|
||||
<text class="title-font">时长:</text><text class="value-font">{{orderXm.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="money-pay">
|
||||
<view class="money-pay-zhen" v-if="orderXm.userPackageDetailId==null">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span v-if="jishiName!=null||jishiName==''">
|
||||
{{technicianRate}}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<image :src="orderXm.massageImg" class="detail-view-img"></image>
|
||||
</view>
|
||||
<view class="head-bottom margin-left-sm">
|
||||
|
||||
<view class="flex head-title-right">
|
||||
<view class="margin-right-xs u-skeleton-fillet head-title">
|
||||
{{orderXm.title}}
|
||||
|
@ -17,10 +18,16 @@
|
|||
</view>
|
||||
<view class="flex align-center">
|
||||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">时长:</text><text class="value-font">{{orderXm.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="money-pay">
|
||||
<view class="money-pay-zhen">
|
||||
<span>¥</span>
|
||||
<span>{{orderXm.price}}</span>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{orderXm.price}}</span>
|
||||
</view>
|
||||
<view>
|
||||
<uni-number-box :width='27' :min="1" @change="changeValue" />
|
||||
|
@ -1365,6 +1372,10 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.title-font{
|
||||
font-size: 30rpx;
|
||||
color: #666666;
|
||||
}
|
||||
.header-margin{
|
||||
// margin: 26rpx;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<view class="jiage">
|
||||
<view class="flex justify-between">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">疗程价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<view class="money-pay-zhen-a1">¥</view>
|
||||
<view class="money-pay-zhen-a2">{{orderXm.price}} </view>
|
||||
<view class="money-pay-zhen-a1"> /{{orderXm.serviceCount}}次</view>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<view class="jiage">
|
||||
<view class="flex justify-between">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">秒杀价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span class="money-pay-zhen-a1">¥</span>
|
||||
<span class="money-pay-zhen-a2">{{orderXm.price}}</span>
|
||||
</view>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<view class="jiage">
|
||||
<view class="flex justify-between">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">拼团价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span class="money-pay-zhen-a1">¥</span>
|
||||
<span class="money-pay-zhen-a2">{{orderXm.price}}</span>
|
||||
</view>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<view class="jiage">
|
||||
<view class="flex justify-between">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span class="money-pay-zhen-a1">¥</span>
|
||||
<span class="money-pay-zhen-a2">{{orderXm.price}}</span>
|
||||
</view>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between ">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">套餐价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span class="money-pay-zhen-a1">¥</span>
|
||||
<span class="money-pay-zhen-a2">{{orderXm.price}} </span>
|
||||
<span class="money-pay-zhen-a1">/套</span>
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">服务时长:</text><text class="value-font">{{orderXm.duration}}分钟</text>
|
||||
<text class="title-font">时长:</text><text class="value-font">{{orderXm.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="money-pay">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{orderXm.packagePrice}}</span>
|
||||
</view>
|
||||
|
|
|
@ -38,14 +38,14 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">服务时长:</text><text
|
||||
<text class="title-font">时长:</text><text
|
||||
class="value-font">{{order.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="money-pay" style="justify-content: space-between;">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{order.priceMarkup}} </span>
|
||||
<!-- <span style="color: #666;font-size: 12px;margin-left: 3px;"> x{{order.massageNum}}</span> -->
|
||||
|
|
|
@ -31,13 +31,13 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font">服务时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
<text class="title-font">时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="money-pay" style="justify-content: space-between;">
|
||||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{order.priceMarkup}} </span>
|
||||
</view>
|
||||
|
|
|
@ -37,18 +37,18 @@
|
|||
<view style="width: 100%;">
|
||||
<view class="flex justify-between margin-tb-sm">
|
||||
<view style="justify-content: space-between;">
|
||||
<text class="title-font" style="font-size:26rpx;">服务时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
<text class="title-font" style="font-size:26rpx;">时长:</text><text class="value-font">{{order.duration}}分钟</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="money-pay" style="justify-content: space-between;">
|
||||
<view class="money-pay-zhen" v-if="order.userPackageDetailId==null">
|
||||
<text class="title-font" style="font-size:26rpx;">项目价格:</text>
|
||||
<text class="title-font" style="font-size:26rpx;">价格:</text>
|
||||
<span style="font-size:26rpx;">¥</span>
|
||||
<span>{{order.priceMarkup}} </span>
|
||||
</view>
|
||||
<view class="money-pay-zhen" v-else>
|
||||
<text class="title-font">项目价格:</text>
|
||||
<text class="title-font">价格:</text>
|
||||
<span>¥</span>
|
||||
<span>{{order.massagePrice}} </span>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue