兴业银行修改
This commit is contained in:
parent
37aeee5b4d
commit
d2630272f7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue