zhaoxiaoqiang
2021-11-07 a43294bf2dcaa2c8eb940134fd1426a0f904f096
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;
        })
      }
    },