细节优化
parent
36984a5a69
commit
c75f07e400
|
|
@ -1305,7 +1305,7 @@
|
|||
|
||||
// 页面样式处理
|
||||
page_style_handle() {
|
||||
var value = (this.propCartNavBottomValue > 0) ? (parseInt(this.propCartNavBottomValue*2)+20) : 0;
|
||||
var value = (this.propCartNavBottomValue > 0) ? (parseInt(this.propCartNavBottomValue*2)+20) : 20;
|
||||
this.setData({
|
||||
cart_buy_nav_style: 'bottom:'+value+'rpx;'
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue