From 9c6784a67dad3d02eca43da4ef468d594cc5ff93 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 13 May 2024 16:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E8=AE=A2=E5=8D=95=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E7=9A=84=E9=94=99=E8=AF=AF=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=95=86=E5=93=81=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_addcart/order_addcart.vue | 2 +- pages/users/order_list/index.vue | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue index a9a7d27..71d0740 100644 --- a/pages/order_addcart/order_addcart.vue +++ b/pages/order_addcart/order_addcart.vue @@ -88,7 +88,7 @@ - + ¥{{goods.productAttr.price}} /{{goods.productAttr.sku || goods.product.unit_name}} diff --git a/pages/users/order_list/index.vue b/pages/users/order_list/index.vue index 991901c..740e170 100644 --- a/pages/users/order_list/index.vue +++ b/pages/users/order_list/index.vue @@ -221,7 +221,7 @@ - + {{item.merchant.mer_name}} @@ -479,7 +479,8 @@ orderTake, applyInvoiceApi, uploadEnvidenceApi, - refundListNew + refundListNew, + refundDel } from '@/api/order.js'; import { getUserInfo @@ -945,7 +946,7 @@ success: function(res) { if (res.confirm) { refundDel(item.refund_order_id).then(res => { - self.goodsList.splice(index, 1) + self.orderList.splice(index, 1) }) uni.showToast({ title: '删除成功',