This commit is contained in:
parent
9c5d794cad
commit
4c3abc3612
|
@ -795,7 +795,7 @@
|
|||
classifyId:item.classifyId,
|
||||
ordersId:that.order.ordersId,
|
||||
massageTypeId:that.order.massageTypeId,
|
||||
userPackageDetailId:that.order.userPackageDetailId,
|
||||
// userPackageDetailId:that.order.userPackageDetailId,
|
||||
ordersMassageList:[
|
||||
{massageId: item.massageTypeId,num: 1},
|
||||
],
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
<view style="color: red;font-size:26rpx">(订单已超时)</view>
|
||||
</view>
|
||||
<view class="padding-bottom u-skeleton">
|
||||
<view class="bgImg u-skeleton-fillet" v-if="order.ordersMassageList && order.ordersMassageList.length > 0"
|
||||
<view class="bgImg u-skeleton-fillet"
|
||||
style="padding: 0 29rpx;">
|
||||
<view class="head-top">
|
||||
<view class="pay-title" style="">服务项目</view>
|
||||
<view class="flex justify-around">
|
||||
<view class="" style="width: 160upx;height: 160upx;">
|
||||
<image :src="order.oldOrdersMassageList[0].massageType.massageImg"
|
||||
<image :src="order.oldOrdersMassageList[0].massageType?order.oldOrdersMassageList[0].massageType.massageImg:order.oldOrdersMassageList[0].userPackageDetail.massageImg"
|
||||
style="width: 100%;height: 100%;border-radius: 19upx;"></image>
|
||||
</view>
|
||||
<view class="u-flex-1 margin-left-sm">
|
||||
|
|
|
@ -608,7 +608,7 @@
|
|||
if(that.getList.text=='my'&&that.getList.artificerId){
|
||||
that.textMoney='是否确定为技师'+ that.getJishi.artificerName +'充值'+'吗?'
|
||||
}else{
|
||||
that.textMoney='是否确定为充值!'
|
||||
that.textMoney='是否确定充值!'
|
||||
}
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
|
|
|
@ -227,6 +227,7 @@
|
|||
</swiper>
|
||||
</view>
|
||||
</view>
|
||||
<view style="width: 100%;height: 700px;"></view>
|
||||
<!-- 经验筛选 -->
|
||||
<u-select v-model="Cityshow" style="height: auto;" :list="cityList" @confirm="getCity"></u-select>
|
||||
</view>
|
||||
|
@ -1343,7 +1344,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
background: linear-gradient(180deg,rgba(238, 250, 246,0.6),rgba(255, 255, 255,0.9));
|
||||
margin: 20rpx 0px 230px 0px;
|
||||
margin: 20rpx 0px 0px 0px;
|
||||
}
|
||||
.index-fujin-jie-id{
|
||||
height: 30rpx;
|
||||
|
|
|
@ -169,14 +169,14 @@
|
|||
|
||||
<style scoped>
|
||||
/deep/.refresh-body{
|
||||
height: 100% !important;
|
||||
height: 845px !important;
|
||||
background-color: #f7f7f7;
|
||||
margin-top: 35px;
|
||||
}
|
||||
.content-view{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
.item-view-bottom-btn{
|
||||
text-align: center;
|
||||
|
@ -426,6 +426,7 @@
|
|||
justify-content: space-between;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue