From d2630272f7633fa265805723e00716c0cc46691c Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Fri, 1 Nov 2024 14:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B4=E4=B8=9A=E9=93=B6=E8=A1=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/xyyh/activity.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/xyyh/activity.vue b/src/pages/xyyh/activity.vue index e6452c7..4d4921b 100644 --- a/src/pages/xyyh/activity.vue +++ b/src/pages/xyyh/activity.vue @@ -129,7 +129,16 @@ export default { this.showRules = true }, btnFun(type) { - window.location.href = `${this.btnUrl}&skuId=${type}` + if (/(iPhone|iPod|iPad|Android).*cib-ebank*/i.test(navigator.userAgent)) { + const params = { + url: `${this.btnUrl}&skuId=${type}`, + title: '', + hinddenTitle: true, + } + window.plugins.urlProcessPlugin.nextStepJson(null, JSON.stringify(params)) + } else { + window.location.href = `${this.btnUrl}&skuId=${type}` + } }, videoFun(type) { this.show = true @@ -195,10 +204,10 @@ export default { } .btn3 { position: absolute; + top: 1230rpx; // top: 1072rpx; // right: 60rpx; left: 74rpx; - top: 1230rpx; z-index: 1; // width: 100rpx; width: 154rpx;