1.测试优化
parent
b5c08c1f70
commit
94e60e3a44
|
|
@ -149,7 +149,7 @@
|
|||
var height = app.globalData.window_height_handle(system);
|
||||
|
||||
// 页面是否定义导航
|
||||
var top_h = this.propIsNav ? 170 : 0;
|
||||
var top_h = this.propIsNav ? 330 : 0;
|
||||
this.setData({
|
||||
is_first: 0,
|
||||
system: system,
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
height_dec: top_h,
|
||||
// #ifdef H5 || APP
|
||||
top: 250,
|
||||
height_dec: this.propIsBar ? 190 : 90,
|
||||
height_dec: this.propIsBar ? 350 : 250,
|
||||
// #endif
|
||||
// 是否使用客服系统
|
||||
is_chat: this.propIsChat || this.is_chat,
|
||||
|
|
|
|||
|
|
@ -84,12 +84,12 @@
|
|||
this.init_config();
|
||||
|
||||
// 页面是否定义导航
|
||||
var value = this.propIsNav ? 170 : 0;
|
||||
var value = this.propIsNav ? 260 : 0;
|
||||
this.top = value;
|
||||
this.height_dec = value;
|
||||
// #ifdef H5 || APP
|
||||
this.top = 250;
|
||||
this.height_dec = this.propIsBar ? 190 : 90;
|
||||
this.top = 180;
|
||||
this.height_dec = this.propIsBar ? 280 : 180;
|
||||
// #endif
|
||||
|
||||
// 非首次进入则重新初始化配置接口
|
||||
|
|
|
|||
Loading…
Reference in New Issue