mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-08 14:39:58 +08:00
1.支付宝小程序兼容性优化
This commit is contained in:
@ -137,11 +137,8 @@
|
||||
handler(new_val) {
|
||||
if (new_val) {
|
||||
this.tabs_sticky = 'position: sticky;top: calc(' + parseInt(this.propTop) + 'px + ' + this.propCustomNavHeight + ');z-index: ' + this.propZIndex + ';';
|
||||
console.log(this.tabs_sticky);
|
||||
console.log(this.propTop, this.propCustomNavHeight);
|
||||
} else {
|
||||
this.tabs_sticky = '';
|
||||
console.log(this.tabs_sticky);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user