兴业银行修改

This commit is contained in:
zhangguoping 2024-11-01 14:39:13 +08:00
parent 37aeee5b4d
commit d2630272f7
1 changed files with 11 additions and 2 deletions

View File

@ -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;