lin
2026-06-10 f68f1975eea1d25e9bccc149e52cd04950cac591
pages/pays/pays.vue
@@ -69,8 +69,8 @@
               <image class="rgt" :src="payment == 1 ? '/static/imgs/checked.png' : '/static/imgs/check.png'" mode=""></image>
            </view> -->
            <view class="pay-item" @tap="choosePayment(2)">
               <image class="pay-icon" src="/static/imgs/wxpay.png" mode=""></image>
               <text>微信支付</text>
               <image class="pay-icon" src="/static/imgs/alipay.png" mode=""></image>
               <text>支付宝支付</text>
               <image class="rgt" :src="payment == 2 ? '/static/imgs/checked.png' : '/static/imgs/check.png'" mode=""></image>
            </view>
            <!-- <view class="pay-item">
@@ -349,6 +349,7 @@
                        t.$util.goPages('/pages/order/order')
                     }, 1500)
                  } else if(t.payment == 2) {
                     /*
                     uni.requestPayment({
                         "provider": "wxpay",
                         "orderInfo": res.data,
@@ -371,6 +372,8 @@
                           }, 1000)
                        }
                     })
                     */
                     this.$util.goPages('/pages/web/index?title=支付宝在线交易&webUel=' + encodeURI(res.data.url))
                  } else if(t.payment == 3) {
                     uni.showToast({
                        title: res.msg || '操作成功',