From 15a55f79a84e5dab670d54a9dc0c6b9133a18441 Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期一, 21 十月 2024 17:29:37 +0800
Subject: [PATCH] 添加更改用户头像,添加故障上报校验

---
 unpackage/dist/dev/mp-weixin/pages/recharge/index.js |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/unpackage/dist/dev/mp-weixin/pages/recharge/index.js b/unpackage/dist/dev/mp-weixin/pages/recharge/index.js
index 50d8e81..1bb393f 100644
--- a/unpackage/dist/dev/mp-weixin/pages/recharge/index.js
+++ b/unpackage/dist/dev/mp-weixin/pages/recharge/index.js
@@ -49,7 +49,6 @@
       { text: "微信支付", value: 2, checked: true, img: "../../static/images/recharge/wx.png" }
       // {text:"余额",value:3,checked:false,img:'../../static/images/recharge/balance.png'},
     ]);
-    const e = common_vendor.ref("123125");
     async function submit() {
       let money = "";
       if (disabled.value) {
@@ -58,7 +57,6 @@
         money = Number(otherMoney.value);
       }
       await api_index.wxPayApi({ businessType: 1, tradeAmount: money }).then((res) => {
-        e.value = res;
         if (res.code == 200) {
           common_vendor.wx$1.requestPayment({
             //预支付订单信息
@@ -125,8 +123,7 @@
             d: item.checked
           };
         }),
-        h: common_vendor.t(e.value),
-        i: common_vendor.o(($event) => submit())
+        h: common_vendor.o(($event) => submit())
       };
     };
   }

--
Gitblit v1.9.3