企业预约金额
This commit is contained in:
parent
cc5aa35631
commit
867c0d2ba7
|
@ -20,7 +20,7 @@
|
|||
<view class="money-pay-zhen">
|
||||
<text class="title-font">项目价格:</text>
|
||||
<span class="money-pay-zhen-a1">¥</span>
|
||||
<span class="money-pay-zhen-a2">{{detailData[0].packagePrice}}</span>
|
||||
<span class="money-pay-zhen-a2">{{orderXm.price}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="money-pay justify-between">
|
||||
|
@ -54,8 +54,8 @@
|
|||
<view class="header-bottom-money">
|
||||
<view class="header-bottom-money-zhen">
|
||||
<span class="header-bottom-money-zhen-child1">¥</span>
|
||||
<span class="header-bottom-money-zhen-child2">{{item.packagePrice}}</span>
|
||||
<span class="header-bottom-money-zhen-child3">¥{{item.oldPrice}}</span>
|
||||
<span class="header-bottom-money-zhen-child2">{{orderXm.price}}</span>
|
||||
<span class="header-bottom-money-zhen-child3">¥{{orderXm.oldPrice}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="xiangmu-cont-top-left">服务时长:{{item.duration}}分钟</view>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</view>
|
||||
<view class="item-view-bottom-qian">
|
||||
<span></span>
|
||||
<span>¥{{item.packagePrice}}</span>
|
||||
<span>¥{{item.price}}</span>
|
||||
|
||||
<span></span>
|
||||
<span>¥{{item.oldPrice}}</span>
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
<view class="header-bottom-money1">
|
||||
<view class="header-bottom-money-zhen">
|
||||
<span></span>
|
||||
<span>¥{{detailData[0].packagePrice}}</span>
|
||||
<span>¥{{mainData.price}}</span>
|
||||
</view>
|
||||
<view v-if="dataList.name=='index'" class="header-bottom-money-jia" style="text-decoration: line-through;">
|
||||
¥{{detailData[0].oldPrice}}
|
||||
¥{{mainData.oldPrice}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue