src/views/mine/stores/stores-detail.vue
@@ -125,10 +125,10 @@ // 保存门店 Save() { if (this.Btn) { return; } this.Btn = true; // if (this.Btn) { // return; // } // this.Btn = true; let list = { addr: { province: { @@ -160,7 +160,9 @@ this.$api.storeEdit(list).then((res) => { this.Btn = false; this.$notify_success("保存成功!"); }); }).catch(err=>{ this.Btn = false; }) } },