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 -->