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