jiangping
2025-03-18 cc6ab7021c3aef6ca3bbf05f8bcb5bfe0e6f6096
bicycle/unpackage/dist/dev/mp-weixin/pages/problemReporting/problemReporting.js
@@ -103,7 +103,7 @@
try {
  components = {
    uPopup: function () {
      return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 265))
      return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 293))
    },
  }
} catch (e) {
@@ -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 () {
              uni.navigateBack({
                delta: 1
              });
            }, 2000);
            // setTimeout(() => {
            uni.navigateBack({
              delta: 1
            });
            // }, 2000)
          }
        });
      }