From f68f1975eea1d25e9bccc149e52cd04950cac591 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 10 Jun 2026 10:28:49 +0800
Subject: [PATCH] feat:澜品优选 支付宝支付
---
static/imgs/alipay.png | 0
pages/pays/pays.vue | 7 +++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/pays/pays.vue b/pages/pays/pays.vue
index 81100c3..ed2acb8 100644
--- a/pages/pays/pays.vue
+++ b/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 || '操作成功',
diff --git a/static/imgs/alipay.png b/static/imgs/alipay.png
new file mode 100644
index 0000000..74ee64f
--- /dev/null
+++ b/static/imgs/alipay.png
Binary files differ
--
Gitblit v1.9.3