lin
2026-06-10 f68f1975eea1d25e9bccc149e52cd04950cac591
feat:澜品优选 支付宝支付
1 files modified
1 files added
7 ■■■■ changed files
pages/pays/pays.vue 7 ●●●● patch | view | raw | blame | history
static/imgs/alipay.png patch | view | raw | blame | history
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 || '操作成功',
static/imgs/alipay.png