...
|
...
|
@@ -118,8 +118,10 @@ export default { |
|
|
this.scrollEvent = throttle(this.onDounceScroll.bind(this), throttleTime);
|
|
|
this.colWidthForTwo = Math.floor(this.$el.offsetWidth / 2);
|
|
|
|
|
|
this.SET_STATUS_BAR_COLOR({
|
|
|
color: 'white'
|
|
|
this.$yoho.safetyInterface(() => {
|
|
|
this.SET_STATUS_BAR_COLOR({
|
|
|
color: 'white'
|
|
|
});
|
|
|
});
|
|
|
|
|
|
this.setListMinHeight();
|
...
|
...
|
|