From b8eae56db6393a23af5379a598a4950c0ceb93d4 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 10 May 2022 15:50:11 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/payResult.vue | 22 +++++++++++++++++----- pages/order/submit/index.vue | 6 +++--- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/pages/order/payResult.vue b/pages/order/payResult.vue index ca5562c..ed40fdd 100644 --- a/pages/order/payResult.vue +++ b/pages/order/payResult.vue @@ -2,15 +2,17 @@ * @Author: ch * @Date: 2022-05-08 01:11:33 * @LastEditors: ch - * @LastEditTime: 2022-05-09 22:27:35 + * @LastEditTime: 2022-05-10 15:48:51 * @Description: file content --> @@ -43,20 +45,30 @@ export default { }, goHome(){ this.$router.replace('/'); + }, + goDetail(){ + this.$router.replace(`/account/order/detail?id=${this.$route.query.id}`) } } } \ No newline at end of file diff --git a/pages/order/submit/index.vue b/pages/order/submit/index.vue index 111e9f3..c9aece6 100644 --- a/pages/order/submit/index.vue +++ b/pages/order/submit/index.vue @@ -2,17 +2,17 @@ * @Author: ch * @Date: 2022-05-04 17:30:58 * @LastEditors: ch - * @LastEditTime: 2022-05-10 12:22:53 + * @LastEditTime: 2022-05-10 15:49:36 * @Description: file content -->