订单详情:删除单个商品的物流信息,用不到

This commit is contained in:
YunaiV
2023-12-13 21:05:35 +08:00
parent 163996ca90
commit 953c8f96cb
2 changed files with 1 additions and 105 deletions
+1 -21
View File
@@ -56,18 +56,6 @@
:price="item.price"
:num="item.count"
>
<!-- <template #top>
<view class="order-item ss-flex ss-col-center ss-row-between ss-p-x-20 bg-white">
<view class="item-title">配送方式</view>
<view class="ss-flex ss-col-center">
<text class="item-value ss-m-r-20">{{ item.dispatch_type_text }}</text>
<button class="ss-reset-button copy-btn" @tap="onDetail(item)" v-if="
(item.dispatch_type === 'autosend' || item.dispatch_type === 'custom') &&
item.dispatch_status !== 0
">详情</button>
</view>
</view>
</template>
<template #tool>
<view class="ss-flex">
<button class="ss-reset-button apply-btn" v-if="item.buttons.includes('aftersale')"
@@ -109,7 +97,7 @@
<button class="ss-reset-button tag-btn" v-if="item.status_text">
{{ item.status_text }}
</button>
</template> -->
</template>
</s-goods-item>
</view>
</view>
@@ -341,14 +329,6 @@
}
// #endif
// 配送方式详情
function onDetail(item) {
sheep.$router.go('/pages/order/dispatch/content', {
id: item.order_id,
item_id: item.id,
});
}
// 评价
function onComment(orderSN, orderId) {
sheep.$router.go('/pages/goods/comment/add', {