|
@@ -157,7 +157,7 @@
|
|
</u-checkbox>
|
|
</u-checkbox>
|
|
</u-checkbox-group>
|
|
</u-checkbox-group>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view>
|
|
</scroll-view>
|
|
</scroll-view>
|
|
</view>
|
|
</view>
|
|
</u-popup>
|
|
</u-popup>
|
|
@@ -680,7 +680,7 @@
|
|
if (!height2 || (_this.scrollHeight >= height1 && _this.scrollHeight < height2)) {
|
|
if (!height2 || (_this.scrollHeight >= height1 && _this.scrollHeight < height2)) {
|
|
_this.categoryActive = i;
|
|
_this.categoryActive = i;
|
|
_this.diff > 0 && (_this.scrollLeftTop = Math.round((_this.categoryActive * _this
|
|
_this.diff > 0 && (_this.scrollLeftTop = Math.round((_this.categoryActive * _this
|
|
- .diff) / (this.list.length - 1)));
|
|
|
|
|
|
+ .diff) / (_this.list.length - 1)));
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
}
|
|
}
|