From 80763662ffaefa7e49cf541201c689f61f5a3caa Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期日, 30 十一月 2025 19:28:49 +0800
Subject: [PATCH] feat(pay): 充值页面增加积分显示
---
pages/pay/login.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/pay/login.vue b/pages/pay/login.vue
index d5fc092..b2c943d 100644
--- a/pages/pay/login.vue
+++ b/pages/pay/login.vue
@@ -12,7 +12,7 @@
export default {
data() {
return {
- platform: this.$utils.getPlat()
+ platform: this.$utils.getPlat()
};
},
onLoad(opt) {
@@ -24,6 +24,9 @@
} else if (this.platform == 5) {
window.location.href =
`https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=${config.ali_appid}&scope=auth_base&redirect_uri=${redirect_uri}&state=STATE`
+ } else if (this.platform == 15) {
+ window.location.href =
+ `https://qr.95516.com/qrcGtwWeb-web/api/userAuth?version=1.0.0&redirectUrl=${redirect_uri}`
} else {
uni.reLaunch({
url: `/pages/pay/scanpay?cid=${opt.cid}`
@@ -36,4 +39,4 @@
<style lang="scss">
-</style>
+</style>
\ No newline at end of file
--
Gitblit v1.9.1