This commit is contained in:
parent
6bccff2a70
commit
b609b94519
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="padding-bottom u-skeleton">
|
<view class="padding-bottom u-skeleton">
|
||||||
<view class="bgImg u-skeleton-fillet" style="padding: 0 29rpx;">
|
<view class="bgImg u-skeleton-fillet" style="padding: 0 20rpx;">
|
||||||
<view class="head-top">
|
<view class="head-top">
|
||||||
<view class="pay-title">服务项目</view>
|
<view class="pay-title">服务项目</view>
|
||||||
<view class="flex justify-around">
|
<view class="flex justify-around">
|
||||||
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
<view class="money-pay" style="justify-content: space-between;">
|
<view class="money-pay" style="justify-content: space-between;">
|
||||||
<view class="money-pay-zhen" v-if="orderXm.userPackageDetailId==null">
|
<view class="money-pay-zhen" v-if="orderXm.userPackageDetailId==null">
|
||||||
|
<text class="title-font">价格:</text>
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>
|
<span>
|
||||||
{{technicianRate}}
|
{{technicianRate}}
|
||||||
|
@ -55,8 +56,40 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="ske-padding margin-top-sm header-view" >
|
|
||||||
|
<view class="add-content" @click="getAddressList()" >
|
||||||
<view v-if="!detailaddress">请选择地址</view>
|
<view v-if="!detailaddress">请选择地址</view>
|
||||||
|
<view class="Service-Address">
|
||||||
|
{{province}}/{{city}}/{{district}}/{{detailaddress}}
|
||||||
|
</view>
|
||||||
|
<view class="Service-name">
|
||||||
|
<span>{{name}}</span>
|
||||||
|
<span>{{mobile}}</span>
|
||||||
|
</view>
|
||||||
|
<!-- <view class="margin-right-xs">
|
||||||
|
<view class="flex justify-between margin-top-lg">
|
||||||
|
<view class="header-view-text">联系人</view>
|
||||||
|
<view class="header-view-data">
|
||||||
|
<text>{{name}}</text>
|
||||||
|
<text class="xuanzhe" @click="getAddressList()">修改</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="flex justify-between margin-top-lg">
|
||||||
|
<view class="header-view-text">手机号码</view>
|
||||||
|
<view class="header-view-data">
|
||||||
|
{{mobile}}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="flex justify-between margin-top-lg" v-if="order.remark">
|
||||||
|
<view style="width: 170rpx;">备注内容</view>
|
||||||
|
<view class="flex">
|
||||||
|
<view class="">
|
||||||
|
{{order.remark}}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<!-- <view v-if="!detailaddress">请选择地址</view>
|
||||||
<view class="margin-right-xs">
|
<view class="margin-right-xs">
|
||||||
<view class="flex justify-between margin-top-lg">
|
<view class="flex justify-between margin-top-lg">
|
||||||
<view class="header-view-text">联系人</view>
|
<view class="header-view-text">联系人</view>
|
||||||
|
@ -88,10 +121,9 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="padding margin-top-sm header-view">
|
<view class="padding margin-top-sm header-view">
|
||||||
|
|
||||||
<view class="fuwu-time" @click="liliaoshi">
|
<view class="fuwu-time" @click="liliaoshi">
|
||||||
<view class="fuwu-title" >
|
<view class="fuwu-title" >
|
||||||
<span>技师</span>
|
<span>技师</span>
|
||||||
|
@ -184,8 +216,9 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
<view class="push-button">
|
||||||
<view class="pay_btn" style="margin-top: 30px;" @click="openpay()">去支付</view>
|
<view class="pay_btn" style="margin-top: 30px;" @click="openpay()">去支付</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
|
||||||
|
@ -1501,12 +1534,7 @@
|
||||||
}
|
}
|
||||||
.money-pay-zhen span{
|
.money-pay-zhen span{
|
||||||
color: #FF6000;
|
color: #FF6000;
|
||||||
}
|
font-size: 32rpx;
|
||||||
.money-pay-zhen span:nth-child(1){
|
|
||||||
font-size: 25rpx;
|
|
||||||
}
|
|
||||||
.money-pay-zhen span:nth-child(2){
|
|
||||||
font-size: 31.25rpx;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.money-pay-zhen{
|
.money-pay-zhen{
|
||||||
|
@ -1514,6 +1542,11 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.money-pay-zhen{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.money-pay{
|
.money-pay{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1980,7 +2013,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content{
|
.content{
|
||||||
padding-top: 1px;
|
padding-top: 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
@ -2150,11 +2183,11 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height:80rpx;
|
height: 80rpx;
|
||||||
border-radius: 80rpx;
|
border-radius: 60rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
font-size: 32rpx;
|
font-size: 36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serverAddress {
|
.serverAddress {
|
||||||
|
@ -2163,7 +2196,53 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.head-title{
|
.head-title{
|
||||||
font-size: 30rpx;
|
font-weight: bold;
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
.zhuangtai{
|
||||||
|
color: #029D88;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 32rpx;
|
||||||
|
}
|
||||||
|
.add-content{
|
||||||
|
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
|
||||||
|
background-size:40%;
|
||||||
|
padding: 30rpx;
|
||||||
|
border-radius: 24rpx;
|
||||||
|
margin-top: 24rpx;
|
||||||
|
}
|
||||||
|
.Service-Address{
|
||||||
|
font-size:34rpx;
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 6rpx 0;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.Service-name{
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: #333;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
padding:4rpx 0;
|
||||||
|
}
|
||||||
|
.Service-name span:nth-child(1){
|
||||||
|
font-size:30rpx;
|
||||||
|
color:#333;
|
||||||
|
margin-right: 15rpx;
|
||||||
|
}
|
||||||
|
.Service-name span:nth-child(2){
|
||||||
|
font-size:30rpx;
|
||||||
|
color:#666;
|
||||||
|
}
|
||||||
|
.push-button{
|
||||||
|
width: 100%;
|
||||||
|
// height: 48px;
|
||||||
|
position: fixed;
|
||||||
|
bottom:10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.zhuangtai{}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue