订单页面调整,技师名称粗体
This commit is contained in:
parent
69a7c9b7ac
commit
91201e5cd4
|
|
@ -2693,8 +2693,8 @@ export default {
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 550;
|
font-weight: bold;
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -2053,10 +2053,9 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
width: 46rpx;
|
width: 46rpx;
|
||||||
|
|
|
||||||
|
|
@ -397,25 +397,25 @@
|
||||||
<view class="justify-title-nav-bor"></view>
|
<view class="justify-title-nav-bor"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="jusitify-line">
|
<view class="jusitify-line">
|
||||||
<view class="line-word title-font">订单费用:</view>
|
<view class="line-word title-font">订单费用</view>
|
||||||
<view class="line-word-r value-font" v-if="order.oldMassageMoney==null">
|
<view class="line-word-r value-font" v-if="order.oldMassageMoney==null">
|
||||||
<text style="font-weight: bold;">¥{{order.massageMoney}}</text></view>
|
<text style="font-weight: bold;">¥{{order.massageMoney}}</text></view>
|
||||||
<view class="line-word-r value-font" v-else><text style="font-weight: bold;">¥{{order.oldMassageMoney}}</text></view>
|
<view class="line-word-r value-font" v-else><text style="font-weight: bold;">¥{{order.oldMassageMoney}}</text></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="jusitify-line">
|
<view class="jusitify-line">
|
||||||
<view class="line-word title-font">出行费用:</view>
|
<view class="line-word title-font">出行费用</view>
|
||||||
<view class="line-word-r value-font">
|
<view class="line-word-r value-font">
|
||||||
<text style="font-weight: bold;">¥{{order.taxiMoney}}</text></view>
|
<text style="font-weight: bold;">¥{{order.taxiMoney}}</text></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="jusitify-line">
|
<view class="jusitify-line">
|
||||||
<view class="line-word title-font">优惠券:</view>
|
<view class="line-word title-font">优惠券</view>
|
||||||
<view class="value-font" style="color: #FF6000;" v-if="order.couponMoney">
|
<view class="value-font" style="color: #FF6000;" v-if="order.couponMoney">
|
||||||
-<text style="font-weight: bold;">¥{{order.couponMoney}}</text>
|
-<text style="font-weight: bold;">¥{{order.couponMoney}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="value-font" v-else>-</view>
|
<view class="value-font" v-else>-</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="jusitify-line">
|
<view class="jusitify-line">
|
||||||
<view class="line-word title-font">加钟费用:</view>
|
<view class="line-word title-font">加钟费用</view>
|
||||||
<view class="line-word-r value-font" >
|
<view class="line-word-r value-font" >
|
||||||
<text style="font-weight: bold;" v-if="order.addMoney">¥{{order.addMoney}}</text>
|
<text style="font-weight: bold;" v-if="order.addMoney">¥{{order.addMoney}}</text>
|
||||||
<text class="line-word-r value-font" v-else>-</text>
|
<text class="line-word-r value-font" v-else>-</text>
|
||||||
|
|
@ -2184,8 +2184,8 @@ export default {
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 550;
|
font-weight: bold;
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1692,10 +1692,9 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1715,11 +1715,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 10px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1719,11 +1719,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 10px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1717,11 +1717,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 16px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1665,11 +1665,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 16px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1716,11 +1716,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 10px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1747,11 +1747,9 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 10px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1783,11 +1783,9 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
padding: 10px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1813,10 +1813,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 29rpx;
|
font-size: 32rpx;
|
||||||
color: #222;
|
color: #333333;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1718,10 +1718,9 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
width: 46rpx;
|
width: 46rpx;
|
||||||
|
|
|
||||||
|
|
@ -2439,8 +2439,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 550;
|
font-weight: bold;
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1216,11 +1216,9 @@
|
||||||
padding: 29rpx;
|
padding: 29rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 10px 15px 0px 15px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.checkbox-data{
|
.checkbox-data{
|
||||||
padding: 0px 11px;
|
padding: 0px 11px;
|
||||||
|
|
|
||||||
|
|
@ -1718,10 +1718,9 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
width: 60rpx;
|
width: 60rpx;
|
||||||
|
|
|
||||||
|
|
@ -1310,8 +1310,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1823,8 +1823,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1309,8 +1309,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1410,8 +1410,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1828,7 +1828,6 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
|
|
@ -1410,8 +1410,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -1979,8 +1979,8 @@
|
||||||
height: 44rpx;
|
height: 44rpx;
|
||||||
}
|
}
|
||||||
.d-title{
|
.d-title{
|
||||||
font-weight: 400;
|
font-weight: bold;
|
||||||
font-size: 25rpx;
|
font-size: 32rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.d-touxiang{
|
.d-touxiang{
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@
|
||||||
v-if="item.addNum==null&&item.isSupplement==null&&item.isSupplement!=2"
|
v-if="item.addNum==null&&item.isSupplement==null&&item.isSupplement!=2"
|
||||||
:custom-style="customStyle" shape="circle" :plain="true"
|
:custom-style="customStyle" shape="circle" :plain="true"
|
||||||
class="btns"
|
class="btns"
|
||||||
@click="goNav('/my/order/pay?ordersId='+item.ordersId)">
|
@click="goNav('/my/order/pay?ordersId='+item.ordersId,item)">
|
||||||
服务升级
|
服务升级
|
||||||
</u-button>
|
</u-button>
|
||||||
|
|
||||||
|
|
@ -472,6 +472,7 @@
|
||||||
goNav(url,item,text) {
|
goNav(url,item,text) {
|
||||||
this.$queue.setData('xiangmu',item);
|
this.$queue.setData('xiangmu',item);
|
||||||
this.$queue.setData('getJishi','')
|
this.$queue.setData('getJishi','')
|
||||||
|
console.log(item);
|
||||||
if(item.isSupplement=='2'){//如果有订单有升级 那就去升级订单详情
|
if(item.isSupplement=='2'){//如果有订单有升级 那就去升级订单详情
|
||||||
if(item.addNum||item.isSupplement=='2'){
|
if(item.addNum||item.isSupplement=='2'){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue