| | |
| | | <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"> |
| | |
| | | t.$util.goPages('/pages/order/order') |
| | | }, 1500) |
| | | } else if(t.payment == 2) { |
| | | /* |
| | | uni.requestPayment({ |
| | | "provider": "wxpay", |
| | | "orderInfo": res.data, |
| | |
| | | }, 1000) |
| | | } |
| | | }) |
| | | */ |
| | | this.$util.goPages('/pages/web/index?title=支付宝在线交易&webUel=' + encodeURI(res.data.url)) |
| | | } else if(t.payment == 3) { |
| | | uni.showToast({ |
| | | title: res.msg || '操作成功', |