From 5fe2c4ba250e1ea697110b2b1c281efcde887a1e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 1 Dec 2022 15:34:58 +0800 Subject: [PATCH] setTimeout --- src/project/pidu/AppPointsApply/AppPointsApply.vue | 1 - src/project/pidu/AppPointsChange/myOrder.vue | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/project/pidu/AppPointsApply/AppPointsApply.vue b/src/project/pidu/AppPointsApply/AppPointsApply.vue index 63963c4b..c0595f28 100644 --- a/src/project/pidu/AppPointsApply/AppPointsApply.vue +++ b/src/project/pidu/AppPointsApply/AppPointsApply.vue @@ -80,7 +80,6 @@ export default { width: 100%; background: #F5F5F5; z-index: 9; - // height: ; img { width: 100%; } diff --git a/src/project/pidu/AppPointsChange/myOrder.vue b/src/project/pidu/AppPointsChange/myOrder.vue index aa3cccff..9d57ceb5 100644 --- a/src/project/pidu/AppPointsChange/myOrder.vue +++ b/src/project/pidu/AppPointsChange/myOrder.vue @@ -86,7 +86,7 @@ export default { this.$u.toast('取消成功') setTimeout(() => { this.getOrderList() - },600) + },400) } }) }) @@ -242,8 +242,6 @@ export default { } div:first-child { margin-right: 32px; - // border: 1px solid #DDDDDD; - // border-radius: 52px; color: #687DA6; } div:last-child {