k94314517
2024-04-12 02cb47bef10bafc3a591f160f0b286df529c704a
wx/unpackage/dist/dev/mp-weixin/pages/factory_change_insurance/factory_change_insurance.js
@@ -105,6 +105,9 @@
    uButton: function () {
      return Promise.all(/*! import() | node-modules/uview-ui/components/u-button/u-button */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-button/u-button")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-button/u-button.vue */ 406))
    },
    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 */ 492))
    },
  }
} catch (e) {
  if (
@@ -138,6 +141,14 @@
    }
  })
  var g0 = _vm.user.length
  if (!_vm._isMounted) {
    _vm.e0 = function ($event) {
      _vm.show = true
    }
    _vm.e1 = function ($event) {
      _vm.show = false
    }
  }
  _vm.$mp.data = Object.assign(
    {},
    {
@@ -269,6 +280,15 @@
//
//
//
//
//
//
//
//
//
//
//
//
var _default = {
  data: function data() {
    return {
@@ -278,7 +298,9 @@
      startDate: null,
      cyclePrice: null,
      info: null,
      user: []
      user: [],
      show: false,
      fangan: {}
    };
  },
  onLoad: function onLoad(options) {
@@ -356,9 +378,12 @@
      }
    },
    getDetails: function getDetails() {
      var _this2 = this;
      this.$u.api.insuranceApplyById(this.codeId).then(function (res) {
        _this2.info = res.data;
      var that = this;
      that.$u.api.insuranceApplyById(that.codeId).then(function (res) {
        that.info = res.data;
        that.$u.api.solutionsById(res.data.newVersionSolutionId).then(function (data) {
          that.fangan = data.data;
        });
      });
    }
  }