From 02cb47bef10bafc3a591f160f0b286df529c704a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 12 四月 2024 15:10:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
wx/unpackage/dist/dev/mp-weixin/pages/factory_change_insurance/factory_change_insurance.js | 33 +++++++++++++++++++++++++++++----
1 files changed, 29 insertions(+), 4 deletions(-)
diff --git a/wx/unpackage/dist/dev/mp-weixin/pages/factory_change_insurance/factory_change_insurance.js b/wx/unpackage/dist/dev/mp-weixin/pages/factory_change_insurance/factory_change_insurance.js
index 84ff954..ea514f5 100644
--- a/wx/unpackage/dist/dev/mp-weixin/pages/factory_change_insurance/factory_change_insurance.js
+++ b/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;
+ });
});
}
}
--
Gitblit v1.9.3