MrShi
2023-11-09 19d17f0f0fb02f46342d70b5180e40a0ad1b66d3
bicycle/unpackage/dist/dev/mp-weixin/pages/problemReporting/problemReporting.js
@@ -238,6 +238,14 @@
          });
          return;
        }
        if (this.from.info.length < 10) {
          uni.showToast({
            title: '最少字数不能低于10个字',
            icon: 'none',
            duration: 2000
          });
          return;
        }
        this.isEnd = false;
        this.$u.api.saveRepair({
          addr: this.from.address,
@@ -262,11 +270,11 @@
              duration: 2000
            });
            _this2.isEnd = true;
            setTimeout(function () {
            // setTimeout(() => {
              uni.navigateBack({
                delta: 1
              });
            }, 2000);
            // }, 2000)
          }
        });
      }