|
|
@@ -26,7 +26,7 @@
|
|
|
isAuthPhone:getApp().globalData.user_phone,
|
|
|
productList:[
|
|
|
],
|
|
|
- bottomCss:'25%',
|
|
|
+ bottomCss:'20%',
|
|
|
userInfoObj:{},
|
|
|
}
|
|
|
},
|
|
|
@@ -50,9 +50,9 @@
|
|
|
getEquipmentHeight(){
|
|
|
let phoneHeight = uni.getSystemInfoSync().windowHeight;
|
|
|
console.log(phoneHeight)
|
|
|
- this.bottomCss = phoneHeight > 672 ? '35%':'25%';
|
|
|
+ this.bottomCss = phoneHeight > 672 ? '30%':'20%';
|
|
|
if(phoneHeight > 820){
|
|
|
- this.bottomCss = '40%';
|
|
|
+ this.bottomCss = '35%';
|
|
|
}
|
|
|
},
|
|
|
getPhoneNumber(e,type){
|
|
|
@@ -208,6 +208,7 @@
|
|
|
.logo {
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
+ margin-top: 75px;
|
|
|
}
|
|
|
.getPhone-box {
|
|
|
width: 100%;
|