From a43f9d75a9e0ba2720b3c438a0c5ece7be0eb110 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 28 五月 2025 18:23:45 +0800
Subject: [PATCH] git ch

---
 wx/unpackage/dist/dev/mp-weixin/pages/factory_change_insurance/factory_change_insurance.js |   34 ++++++++++++++++++++++++++++++----
 1 files changed, 30 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..7dd3714 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,16 @@
 //
 //
 //
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
 var _default = {
   data: function data() {
     return {
@@ -278,7 +299,9 @@
       startDate: null,
       cyclePrice: null,
       info: null,
-      user: []
+      user: [],
+      show: false,
+      fangan: {}
     };
   },
   onLoad: function onLoad(options) {
@@ -356,9 +379,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