From 058a40c60af7d3823845d8f4ab24b0abb48576d1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 29 五月 2025 18:20:56 +0800
Subject: [PATCH] git ch

---
 wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction_details/addition_subtraction_details.js |   55 +++++++++++++++++++++++++++++++------------------------
 1 files changed, 31 insertions(+), 24 deletions(-)

diff --git a/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction_details/addition_subtraction_details.js b/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction_details/addition_subtraction_details.js
index bb21999..2602683 100644
--- a/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction_details/addition_subtraction_details.js
+++ b/wx/unpackage/dist/dev/mp-weixin/pages/addition_subtraction_details/addition_subtraction_details.js
@@ -103,13 +103,13 @@
 try {
   components = {
     uTabs: function () {
-      return Promise.all(/*! import() | node-modules/uview-ui/components/u-tabs/u-tabs */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-tabs/u-tabs")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-tabs/u-tabs.vue */ 431))
+      return Promise.all(/*! import() | node-modules/uview-ui/components/u-tabs/u-tabs */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-tabs/u-tabs")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-tabs/u-tabs.vue */ 441))
     },
     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))
+      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 */ 416))
     },
     uModal: function () {
-      return Promise.all(/*! import() | node-modules/uview-ui/components/u-modal/u-modal */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-modal/u-modal")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-modal/u-modal.vue */ 423))
+      return Promise.all(/*! import() | node-modules/uview-ui/components/u-modal/u-modal */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-modal/u-modal")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-modal/u-modal.vue */ 433))
     },
   }
 } catch (e) {
@@ -238,7 +238,8 @@
       code: '',
       num: 0,
       error: false,
-      timer: null
+      timer: null,
+      loading: false
     };
   },
   onLoad: function onLoad(options) {
@@ -289,13 +290,14 @@
     },
     // 鎵撳紑鍙戦�侀獙璇佺爜寮圭獥
     openmessage: function openmessage(type) {
-      this.code = '';
-      clearInterval(this.timer);
-      this.error = '';
-      this.timer = null;
-      this.num = 0;
+      // this.code = ''
+      // clearInterval(this.timer)
+      // this.error = ''
+      // this.timer = null
+      // this.num = 0
       this.type = type;
-      this.show1 = true;
+      this.confirm1();
+      // this.show1 = true
     },
     IdCard: function IdCard(UUserCard) {
       var idcard = UUserCard.toString();
@@ -366,10 +368,11 @@
     // 绛剧讲
     confirm1: function confirm1() {
       var _this6 = this;
-      if (!this.code) {
-        this.error = 1;
-        return;
-      }
+      // if (!this.code) {
+      // 	this.error = 1
+      // 	return
+      // }
+      this.loading = true;
       // 绛剧讲鎶曚繚鍗�
       if (this.type === 1) {
         console.log('绛剧讲鐢宠鍗�');
@@ -377,22 +380,24 @@
           code: this.code
         }).then(function (res) {
           if (res.code === 200) {
-            _this6.error = '';
-            _this6.show1 = false;
+            // this.error = ''
+            // this.show1 = false
             _this6.$u.api.getJiajianBaoSignLink({
               id: _this6.info.id
             }).then(function (url) {
               if (url.code === 200) {
+                _this6.loading = false;
                 uni.navigateTo({
                   url: "/pages/webView/webView?url=".concat(encodeURIComponent(url.data))
                 });
               }
             });
-          } else {
-            _this6.error = 2;
           }
+          //  else {
+          // 	this.error = 2
+          // }
         });
-        this.show1 = false;
+        // this.show1 = false
         // 鐢宠鍗�
       } else if (this.type === 2) {
         this.$u.api.getChangeMemberListOnlineSignLink({
@@ -400,21 +405,23 @@
           code: this.code
         }).then(function (res) {
           if (res.code === 200) {
-            _this6.error = '';
-            _this6.show1 = false;
+            // this.error = ''
+            // this.show1 = false
+            _this6.loading = false;
             uni.navigateTo({
               url: "/pages/webView/webView?url=".concat(encodeURIComponent(res.data))
             });
-          } else {
-            _this6.error = 2;
           }
+          //  else {
+          // 	this.error = 2
+          // }
         });
       }
     },
     cancel1: function cancel1() {
       this.show1 = false;
     },
-    // 鍏抽棴璁㈠崟
+    // 鍏抽棴鐢宠
     confirm2: function confirm2() {
       var _this7 = this;
       this.$u.api.applyChangeOpt({

--
Gitblit v1.9.3