From c93d44a9baad4236814298671245cb83d3d0d808 Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 27 Mar 2025 16:41:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3417=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=BF=A1=E6=81=AF=E5=8C=BA=E5=9F=9F=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=95=86=E8=AF=A6=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderDetails/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index ef75817..b5730c6 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -111,7 +111,7 @@ - + @@ -136,7 +136,7 @@ - + 商品总价 @@ -546,6 +546,14 @@ export default { }, methods: { copyClipboard, + goGoodsCon(item) { + this.$yrouter.push({ + path: '/pages/shop/GoodsCon/index', + query: { + id: item.productId + } + }) + }, handleShowMore() { this.showMoreDeliver = !this.showMoreDeliver; },