@@ -361,6 +361,7 @@
}
.productList .list .item .name {
+ line-height: 42rpx;
height: 84rpx;
@@ -191,7 +191,8 @@
tap: function(index, id) {
this.toView = id;
this.navActive = index;
- this.$set(this, 'lock', true);
+ this.$set(this, 'lock', true);
+ uni.$emit('scroll');
},
getAllCategory: function(type) {
let that = this;