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;