- 打开移动端源码中的 /pages/plant_grass/index.vue 文件
- 修改
scrollLeft
方法
scrollLeft: function(e){
uni.$emit('scroll');
this.navShow = e.detail.scrollTop >= this.storeHeight - 200;
if(e.detail.scrollTop > e.detail.scrollHeight - 1500){
this.getGoods();
}
this.swiperHeight = this.windowHeight - 55
},
- 通过 hbuilx 重新打包覆盖到项目的 public 目录下