1.测试优化

master
sws 2023-11-03 18:12:36 +08:00
parent b5c08c1f70
commit 94e60e3a44
2 changed files with 5 additions and 5 deletions

View File

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

View File

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