1、vs code 可以安装 Vetur-wepy 对代码高亮的提示。
2、取消swiper组件的手动滑动效果
- 在 swiper-item 中添加
catchtouchmove='catchTouchMove'
- 在js 中添加代码↓
catchTouchMove(res){
return false;
}
3、安装postman软件可以方便测试ajax请求
1、vs code 可以安装 Vetur-wepy 对代码高亮的提示。
2、取消swiper组件的手动滑动效果
catchtouchmove='catchTouchMove'
3、安装postman软件可以方便测试ajax请求