This commit is contained in:
parent
3c54622ea1
commit
87963141b7
|
@ -1308,10 +1308,10 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.jusitify-line{
|
||||
height: 78rpx;
|
||||
padding: 20rpx 0;
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
@ -1368,7 +1368,7 @@
|
|||
}
|
||||
.pay-title{
|
||||
font-weight: bold;
|
||||
font-size: 31rpx;
|
||||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
@ -1391,12 +1391,13 @@
|
|||
}
|
||||
.header-bottom-money-zhen span{
|
||||
color: #F95900 !important;
|
||||
font-size: 30rpx !important;
|
||||
font-size: 28rpx !important;
|
||||
}
|
||||
.header-bottom-money-zhen{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: baseline;
|
||||
|
||||
}
|
||||
/deep/uni-checkbox .uni-checkbox-input{
|
||||
width: 26px;
|
||||
|
|
|
@ -62,13 +62,12 @@
|
|||
{{mobile}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="jusitify-line" style="align-items: center;">
|
||||
<view class="line-word">详细地址</view>
|
||||
<view class="line-word-r" style="width: 73%; text-align: right;">
|
||||
<span>
|
||||
{{province}}/{{city}}/{{district}}/{{detailaddress}}
|
||||
</span>
|
||||
<span class="view-more"></span>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="jusitify-line" v-if="order.remark">
|
||||
|
@ -83,15 +82,15 @@
|
|||
</view>
|
||||
<view class="padding margin-top-sm header-view">
|
||||
|
||||
<view class="liliao" @click="liliaoshi(orderXm)">
|
||||
<view class="liliao-top" style="width: 30%;">
|
||||
<view class="jusitify-line" @click="liliaoshi(orderXm)">
|
||||
<view class="line-word" >
|
||||
<span>技师</span>
|
||||
<span v-if="jishiName">{{jishiName.technicianTypeName}}</span>
|
||||
</view>
|
||||
<view class="liliao-bottom">
|
||||
<span v-if="jishiName">{{jishiName.artificerName}}</span>
|
||||
<span v-else>选择不同技师价格可能不一样哦~</span>
|
||||
<span class="view-more" style="margin-right: 8px;"></span>
|
||||
<view>
|
||||
<span class="line-word-r" v-if="jishiName">{{jishiName.artificerName}}</span>
|
||||
<span class="line-word-r" v-else>选择不同技师价格可能不一样哦~</span>
|
||||
<span class="view-more"></span>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="liliao">
|
||||
|
@ -104,20 +103,18 @@
|
|||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="fuwu-time">
|
||||
<view class="fuwu-title">
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">
|
||||
服务时间
|
||||
</view>
|
||||
<!-- <view class="fuwu-time-view" @change="changeLog">
|
||||
<uni-datetime-picker :hide-second='true' v-model="single" type="datetime">{{single==''?order.serveTime:single}}</uni-datetime-picker>
|
||||
<image style="margin-left: 5px;" class="fuwu-img" src="../../static/images/my/jiantou.png" mode=""></image>
|
||||
</view> -->
|
||||
<view class="flex align-center justify-between"
|
||||
style="height: 100rpx;line-height: 100rpx;padding: 0rpx 10rpx;">
|
||||
<view class="flex justify-between margin-tb-sm" @click="openData()" style="align-items: center;">
|
||||
<view>
|
||||
<view class="line-word-r" @click="openData()" style="align-items: center;">
|
||||
<view v-if="startTime">{{startTime}}</view>
|
||||
<view class="tetx-sm" v-else>请选择预约时间</view>
|
||||
<span class="view-more"></span>
|
||||
<view class="line-word-r" v-else>请选择预约时间<span class="view-more"></span></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -1347,7 +1344,6 @@
|
|||
.jusitify-line{
|
||||
height: 78rpx;
|
||||
padding: 20rpx 0;
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
@ -1357,7 +1353,7 @@
|
|||
margin: 30rpx 0;
|
||||
}
|
||||
.line-word{
|
||||
color: #999;
|
||||
color: #666;
|
||||
}
|
||||
.line-word-r{
|
||||
color: #333;
|
||||
|
@ -1410,7 +1406,7 @@
|
|||
|
||||
.pay-title{
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -1857,9 +1853,9 @@
|
|||
}
|
||||
.pay-title{
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
page {
|
||||
background: #f7f7f7;
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ske-padding margin-top-sm header-view">
|
||||
<view class="padding margin-top-sm header-view">
|
||||
|
||||
<view class="fuwu-time" @click="liliaoshi">
|
||||
<view class="fuwu-title" >
|
||||
|
|
Loading…
Reference in New Issue