修改接单展示

This commit is contained in:
TOP糯米 2023-03-29 22:33:32 +08:00
parent 3d8f429e92
commit e4c571a0c0
2 changed files with 5 additions and 9 deletions

View File

@ -16,8 +16,7 @@ export default {
listType: options.listType,
id: item.id,
orderId: item.order,
username: "用户名称",
cate: "待返数据",
cate: item.cate_name,
content: item.desc,
createTime: item.time,
serviceTime: item.times,
@ -32,8 +31,7 @@ export default {
listType: options.listType,
id: item.id,
orderId: item.order,
username: "用户名称",
cate: "待返数据",
cate: "配送订单",
content: "",
createTime: item.times,
serviceTime: item.starttime,
@ -63,8 +61,7 @@ export default {
listType: options.listType,
id: response.data.id,
orderId: response.data.order,
username: "用户名称",
cate: "待返数据",
cate: response.data.cate_name,
content: response.data.desc,
createTime: response.data.time,
serviceTime: response.data.times,
@ -89,8 +86,7 @@ export default {
listType: options.listType,
id: response.data.id,
orderId: response.data.order,
username: "用户名称",
cate: "待返数据",
cate: "配送订单",
createTime: response.data.times,
serviceTime: response.data.starttime,
pickupAddress: response.data.address,

View File

@ -7,7 +7,7 @@
<text class="type" :style="{ backgroundColor: typeTextBg }">
{{ typeText }}
</text>
<text class="text">{{ order.username }}-{{ order.cate }}</text>
<text class="text">{{ order.cate }}</text>
</view>
</view>
<view class="order-body">