lin
2026-06-10 8ed3cfe7d04b542f131e98e37854031965441b33
pages/pays/pays.vue
@@ -68,12 +68,12 @@
               <text v-if="userInfo">余额支付(可用余额:{{userInfo.const}})</text>
               <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>
            <view class="pay-item" @tap="choosePayment(2)">
               <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">
            </view>
            <!-- <view class="pay-item">
               <image class="pay-icon" src="/static/imgs/bankpay.png" mode=""></image>
               <view @tap="chooseBank">
                  <text>银行卡支付</text>
@@ -81,7 +81,7 @@
                  <text v-else>(请选择银行卡 》》)</text>
               </view>
               <image class="rgt" :src="payment == 3 ? '/static/imgs/checked.png' : '/static/imgs/check.png'" mode="" @tap="choosePayment(3)"></image>
            </view>
            </view> -->
         </view>
      </view>
      <view class="authBtn-desc" v-if="userInfo && payment == 1 && userInfo.edu_auth == 1">
@@ -347,6 +347,7 @@
                        t.$util.goPages('/pages/order/order')
                     }, 1500)
                  } else if(t.payment == 2) {
                     /*
                     uni.requestPayment({
                         "provider": "wxpay",
                         "orderInfo": res.data,
@@ -369,6 +370,8 @@
                           }, 1000)
                        }
                     })
                     */
                      this.$util.goPages('/pages/web/toUrl?title=支付宝在线交易&webUel=' + encodeURI(res.data.url))
                  } else if(t.payment == 3) {
                     uni.showToast({
                        title: res.msg || '操作成功',