| | |
| | | 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 ( |
| | |
| | | } |
| | | }) |
| | | 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( |
| | | {}, |
| | | { |
| | |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | var _default = { |
| | | data: function data() { |
| | | return { |
| | |
| | | startDate: null, |
| | | cyclePrice: null, |
| | | info: null, |
| | | user: [] |
| | | user: [], |
| | | show: false, |
| | | fangan: {} |
| | | }; |
| | | }, |
| | | onLoad: function onLoad(options) { |
| | |
| | | } |
| | | }, |
| | | 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; |
| | | }); |
| | | }); |
| | | } |
| | | } |