This commit is contained in:
parent
ddd4f2d08a
commit
4a7e83011d
|
@ -79,7 +79,7 @@
|
|||
</view>-->
|
||||
<view class="add-content">
|
||||
<view class="" v-if="order.artificer">
|
||||
<view class="Service-add">服务地址</view>
|
||||
<!-- <view class="Service-add">服务地址</view> -->
|
||||
<view class="Service-Address">{{order.address}}</view>
|
||||
<view class="Service-name">
|
||||
<span>{{order.userName}}</span>
|
||||
|
@ -3085,12 +3085,12 @@ page {
|
|||
padding:4rpx 0;
|
||||
}
|
||||
.Service-name span:nth-child(1){
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color:#333;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.Service-name span:nth-child(2){
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color:#666;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
</view>
|
||||
</view> -->
|
||||
<view @click="getAddressList()">
|
||||
<view class="Service-add">服务地址</view>
|
||||
<!-- <view class="Service-add">服务地址</view> -->
|
||||
<view class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view>
|
||||
<view v-if="!detailaddress">请选择地址</view>
|
||||
<view class="Service-name" >
|
||||
|
@ -2127,12 +2127,12 @@
|
|||
padding:4rpx 0;
|
||||
}
|
||||
.Service-name span:nth-child(1){
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color:#333;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.Service-name span:nth-child(2){
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color:#666;
|
||||
}
|
||||
.add-content{
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
</view>
|
||||
<view class="add-content">
|
||||
<view class="" v-if="order.artificer">
|
||||
<view class="Service-add">服务地址</view>
|
||||
<!-- <view class="Service-add">服务地址</view> -->
|
||||
<view class="Service-Address">{{order.address}}</view>
|
||||
<view class="Service-name" >
|
||||
<span>{{order.userName}}</span>
|
||||
|
@ -2809,12 +2809,12 @@
|
|||
padding:4rpx 0;
|
||||
}
|
||||
.Service-name span:nth-child(1){
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color:#333;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.Service-name span:nth-child(2){
|
||||
font-size:28rpx;
|
||||
font-size:30rpx;
|
||||
color:#666;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue