|
|
@ -7,7 +7,7 @@ |
|
|
|
/> |
|
|
|
|
|
|
|
<!-- 水洗店 --> |
|
|
|
<view class="" |
|
|
|
<!-- <view class="" |
|
|
|
v-if="userShop"> |
|
|
|
<view class="controls"> |
|
|
|
<view class="title"> |
|
|
@ -35,7 +35,7 @@ |
|
|
|
v-for="(item, index) in steps"></uv-steps-item> |
|
|
|
</uv-steps> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<!-- 酒店和水洗店 --> |
|
|
|
<view class="info"> |
|
|
@ -43,30 +43,30 @@ |
|
|
|
style="display: flex;"> |
|
|
|
<view style="width: 8rpx;height: 30rpx; |
|
|
|
background: #FD5100;border-radius: 6rpx;" /> |
|
|
|
<view class="head-title">服务项目</view> |
|
|
|
<view class="head-title">文创好物</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="flex"> |
|
|
|
<view class="server-item"> |
|
|
|
|
|
|
|
<view class="img-box"> |
|
|
|
<image :src="msgShop.image" mode="aspectFill"></image> |
|
|
|
<image :src="msgShop.waresImage" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="server-info"> |
|
|
|
|
|
|
|
<view class="server-title"> |
|
|
|
{{msgOrder.projectName}} |
|
|
|
{{msgShop.waresTitle}} |
|
|
|
<!-- <view class="coupon">领券立减</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="current-price"> |
|
|
|
<text class="unit">¥</text>{{msgOrder.money}} |
|
|
|
<text class="unit">¥</text>{{msgOrder.price}} |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="sales-volume" style="margin-top: 5px;"> |
|
|
|
<!-- <view class="sales-volume" style="margin-top: 5px;"> |
|
|
|
<view class="desc">规格:{{msgOrder.unit}}</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class="time-coupon"> |
|
|
|
|
|
|
@ -120,12 +120,12 @@ |
|
|
|
服务地址 |
|
|
|
</view> --> |
|
|
|
<view class="copy"> |
|
|
|
<image @click="copy(msgOrder.name + ' ' + msgOrder.phone + ' ' + msgOrder.address)" src="/static/order/copy.png"></image> |
|
|
|
<image @click="copy(msgOrder.userName + ' ' + msgOrder.userPhone + ' ' + msgOrder.userAddress)" src="/static/order/copy.png"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="addressDetail"> |
|
|
|
<view class="">{{msgOrder.name}} {{msgOrder.phone}}</view> |
|
|
|
<view class="">{{msgOrder.address}}</view> |
|
|
|
<view class="">{{msgOrder.userName}} {{msgOrder.userPhone}}</view> |
|
|
|
<view class="">{{msgOrder.userAddress}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -136,30 +136,6 @@ |
|
|
|
实付款 |
|
|
|
</view> |
|
|
|
<view class="current-price"> |
|
|
|
¥{{ msgOrder.money }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="min_tips"> |
|
|
|
<view class=""> |
|
|
|
租赁费用 |
|
|
|
</view> |
|
|
|
<view class=""> |
|
|
|
¥{{ msgOrder.price }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="min_tips"> |
|
|
|
<view class=""> |
|
|
|
水洗费用 |
|
|
|
</view> |
|
|
|
<view class=""> |
|
|
|
¥{{ msgOrder.price}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="min_tips"> |
|
|
|
<view class=""> |
|
|
|
押金 |
|
|
|
</view> |
|
|
|
<view class=""> |
|
|
|
¥{{ msgOrder.price }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -227,27 +203,33 @@ |
|
|
|
'开始清洗', |
|
|
|
'服务完成', |
|
|
|
], |
|
|
|
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 : '桌布租赁' |
|
|
|
}, |
|
|
|
msgShop : {}, |
|
|
|
msgOrder : {}, |
|
|
|
id : 0, |
|
|
|
} |
|
|
|
}, |
|
|
|
onLoad({id}) { |
|
|
|
this.id = id |
|
|
|
}, |
|
|
|
onPullDownRefresh() { |
|
|
|
this.getData() |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
this.getData() |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
|
|
|
|
getData(){ |
|
|
|
this.$api('queryWaresOrderById', { |
|
|
|
waresOrderId : this.id |
|
|
|
}, res => { |
|
|
|
uni.stopPullDownRefresh() |
|
|
|
if(res.code == 200){ |
|
|
|
this.msgShop = res.result.travelWares |
|
|
|
this.msgOrder = res.result.travelWaresOrder |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
clickService(){}, |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|