- 打開移動端源碼中的 /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 目錄下