|
@@ -178,7 +178,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
computed: mapState(['bNewUser', 'forcedLogin', 'phoneNumber', 'bCodeDisabled', 'count', 'bInstallWechat',
|
|
computed: mapState(['bNewUser', 'forcedLogin', 'phoneNumber', 'bCodeDisabled', 'count', 'bInstallWechat',
|
|
|
- 'bHideWeixin'
|
|
|
|
|
|
|
+ 'bHideWeixin','clientName'
|
|
|
]),
|
|
]),
|
|
|
methods: {
|
|
methods: {
|
|
|
...mapMutations(['login', 'addUserAvatarAndLogin', 'appleUserInfoLogin', 'accountLogin', 'countDown',
|
|
...mapMutations(['login', 'addUserAvatarAndLogin', 'appleUserInfoLogin', 'accountLogin', 'countDown',
|
|
@@ -216,7 +216,11 @@
|
|
|
}, data => {
|
|
}, data => {
|
|
|
// console.log("得到节点信息1" + JSON.stringify(data));
|
|
// console.log("得到节点信息1" + JSON.stringify(data));
|
|
|
let headHeight = data.height;
|
|
let headHeight = data.height;
|
|
|
- _self.positionTop = headHeight + 280;
|
|
|
|
|
|
|
+ if(_self.clientName.indexOf('iPad')>-1){
|
|
|
|
|
+ _self.positionTop = headHeight + 390;
|
|
|
|
|
+ }else{
|
|
|
|
|
+ _self.positionTop = headHeight + 280;
|
|
|
|
|
+ }
|
|
|
// let midView = uni.createSelectorQuery().in(this).select('#MidArea');
|
|
// let midView = uni.createSelectorQuery().in(this).select('#MidArea');
|
|
|
// midView.fields({
|
|
// midView.fields({
|
|
|
// size: true,
|
|
// size: true,
|
|
@@ -787,6 +791,7 @@
|
|
|
left: 0;
|
|
left: 0;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
|
|
+ z-index: -1;
|
|
|
/* border: 1rpx solid #000000; */
|
|
/* border: 1rpx solid #000000; */
|
|
|
}
|
|
}
|
|
|
|
|
|