|
|
@ -43,7 +43,7 @@ |
|
|
|
style="display: flex;"> |
|
|
|
<view style="width: 8rpx;height: 30rpx; |
|
|
|
background: #FD5100;border-radius: 6rpx;" /> |
|
|
|
<view class="head-title">服务项目</view> |
|
|
|
<view class="head-title">{{ typeText[order.type].name }}</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="flex"> |
|
|
@ -60,12 +60,13 @@ |
|
|
|
<!-- <view class="coupon">领券立减</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="current-price"> |
|
|
|
<view class="current-price" |
|
|
|
v-if="order.orderPay"> |
|
|
|
<text class="unit">¥</text>{{order.orderPay}} |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="sales-volume" style="margin-top: 5px;"> |
|
|
|
<view class="desc">规格:{{order.unit}}</view> |
|
|
|
<view class="desc">规格:{{order.sku}}</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="time-coupon"> |
|
|
@ -116,11 +117,11 @@ |
|
|
|
|
|
|
|
<view class="line address"> |
|
|
|
<view class="address-top"> |
|
|
|
<!-- <view class=""> |
|
|
|
服务地址 |
|
|
|
</view> --> |
|
|
|
<view class=""> |
|
|
|
收货地址 |
|
|
|
</view> |
|
|
|
<view class="copy"> |
|
|
|
<image @click="copy(order.userName + ' ' + order.userPhone + ' ' + order.userAddress)" src="/static/order/copy.png"></image> |
|
|
|
<image @click="$utils.copyText(order.userName + ' ' + order.userPhone + ' ' + order.userAddress)" src="../static/order/copy.png"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="addressDetail"> |
|
|
@ -235,25 +236,22 @@ |
|
|
|
'开始清洗', |
|
|
|
'服务完成', |
|
|
|
], |
|
|
|
msgShop : { |
|
|
|
money : 99.99, |
|
|
|
image : 'https://img95.699pic.com/photo/50058/1378.jpg_wh860.jpg', |
|
|
|
projectExplain : '1.xxxxxxxxxx xxxxxxxxxx。2.xxxxxx xxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxx xxxxxxxxxxxxxxxx。3.。', |
|
|
|
}, |
|
|
|
msgOrder : { |
|
|
|
money : 99.99, |
|
|
|
address : '广东省广州市越秀区城南故事C3栋2802', |
|
|
|
name : '李**', |
|
|
|
phone : '150*****091', |
|
|
|
unit : '120*40*75【桌子尺寸】', |
|
|
|
state_dictText : '已完成', |
|
|
|
price : 199.99, |
|
|
|
id : '020644568964457', |
|
|
|
createTime : '2024-01-18 15:39', |
|
|
|
projectName : '桌布租赁' |
|
|
|
}, |
|
|
|
order : {}, |
|
|
|
orderId : 0, |
|
|
|
typeText: [ |
|
|
|
{ |
|
|
|
name: '租赁押金' |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '水洗租赁' |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '破损换货' |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '退货退款' |
|
|
|
} |
|
|
|
], |
|
|
|
} |
|
|
|
}, |
|
|
|
onLoad(agrs) { |
|
|
|