lin
2026-06-09 8bd4d49111c7bf87588a9ec886b47cd46a45e70e
feat:星享购 支付宝支付
2 files modified
1 files added
11 ■■■■■ changed files
manifest.json 4 ●●●● patch | view | raw | blame | history
pages/pays/pays.vue 7 ●●●● patch | view | raw | blame | history
static/imgs/alipay.png patch | view | raw | blame | history
manifest.json
@@ -2,8 +2,8 @@
    "name" : "星享购",
    "appid" : "__UNI__6FA73A5",
    "description" : "",
    "versionName" : "1.3.6",
    "versionCode" : 136,
    "versionName" : "1.3.7",
    "versionCode" : 137,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
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">
@@ -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 || '操作成功',
static/imgs/alipay.png