From 8e3b894d105e0e3ebfcef9495f7d0883281b06bb Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 9 May 2022 21:41:43 +0800 Subject: [PATCH] pay --- components/BsPay.vue | 8 ++++++-- pages/account/index/order/detail/index.vue | 4 ++-- pages/account/index/order/detail/module/GoodsInfo.vue | 3 +-- pages/account/index/order/detail/module/StatusInfo.vue | 7 +++++-- pages/order/submit/index.vue | 6 +++--- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/components/BsPay.vue b/components/BsPay.vue index 090930f..44fcead 100644 --- a/components/BsPay.vue +++ b/components/BsPay.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-08 00:39:50 * @LastEditors: ch - * @LastEditTime: 2022-05-09 21:17:10 + * @LastEditTime: 2022-05-09 21:37:07 * @Description: file content --> @@ -87,6 +87,10 @@ export default { }, close(){ this.$emit('cancel'); + }, + finish(){ + this.myVisible = false; + this.$emit('finish') } } } diff --git a/pages/account/index/order/detail/index.vue b/pages/account/index/order/detail/index.vue index 213f690..7870766 100644 --- a/pages/account/index/order/detail/index.vue +++ b/pages/account/index/order/detail/index.vue @@ -2,14 +2,14 @@ * @Author: ch * @Date: 2022-05-08 01:14:03 * @LastEditors: ch - * @LastEditTime: 2022-05-09 20:50:56 + * @LastEditTime: 2022-05-09 21:39:31 * @Description: file content -->