|
@@ -191,7 +191,8 @@
|
|
|
tap: function(index, id) {
|
|
tap: function(index, id) {
|
|
|
this.toView = id;
|
|
this.toView = id;
|
|
|
this.navActive = index;
|
|
this.navActive = index;
|
|
|
- this.$set(this, 'lock', true);
|
|
|
|
|
|
|
+ this.$set(this, 'lock', true);
|
|
|
|
|
+ uni.$emit('scroll');
|
|
|
},
|
|
},
|
|
|
getAllCategory: function(type) {
|
|
getAllCategory: function(type) {
|
|
|
let that = this;
|
|
let that = this;
|