From b8b92f6d7efa8ed990cdad5161dda64f7d770edd Mon Sep 17 00:00:00 2001
From: douzhuo <17611323298@163.com>
Date: Tue, 10 May 2022 18:26:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/mine/reception/addreception.vue | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue
index 4b42a21..c5caf36 100644
--- a/pages/mine/reception/addreception.vue
+++ b/pages/mine/reception/addreception.vue
@@ -70,7 +70,7 @@
- 确定
+ 确定
@@ -171,16 +171,17 @@
this.parames.replaceReception = 1;
this.baochunfun()
},
- btnSave() {
- let that = this
- clearTimeout(this.fdFlag)
- this.fdFlag = setTimeout(() => {
- that.save()
- that.fdFlag = null;
- }, 500)
+ btnSave() {
+ if (this.isBand) return
+ that.save()
+ // let that = this
+ // clearTimeout(this.fdFlag)
+ // this.fdFlag = setTimeout(() => {
+ // that.fdFlag = null;
+ // }, 500)
},
+
save() {
- if (this.isBand) return
if (this.parames.name.length == 0) {
uni.showToast({
icon: "none",