From 5ab1254676391b2d3ca15d78898674428ebf0a75 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 12 Sep 2024 23:08:09 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E2=80=94=E3=80=90=E4=BA=A7=E5=93=81=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E3=80=91=E4=B8=8E=E3=80=90=E5=95=86=E5=93=81=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E3=80=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 10 ++++++++- pages/shop/GoodsCon/index.vue | 40 +++++++++++++++++++---------------- 2 files changed, 31 insertions(+), 19 deletions(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 028ce20..fb497df 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -19,7 +19,7 @@ - + {{ order.merName }} @@ -304,6 +304,14 @@ export default { } }, methods: { + goStore(order) { + // this.$yrouter.push({ + // path: "/pagesInn/inn/innHome", + // query: { + // id: order.merId + // } + // }); + }, async toYuePay(payPwd) { const that = this; //网络请求 diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index faddd30..267b44e 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -307,6 +307,28 @@ + + + + + + 商品评价 + ({{ replyCount }}) + + + + + + + + + + + + + + - - - - - - 商品评价 - ({{ replyCount }}) - - - - - - - - - -