Liuyi
2024-10-16 7cbda90b02e31447122f1d22c9797b423d7bd9fc
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())
      };
    };
  }