微信小程序记录

1、vs code 可以安装 Vetur-wepy 对代码高亮的提示。

 

2、取消swiper组件的手动滑动效果

  1. 在 swiper-item 中添加 catchtouchmove='catchTouchMove'
  2. 在js 中添加代码↓
catchTouchMove(res){
    return false;
}

 

3、安装postman软件可以方便测试ajax请求

 

posted @ 2019-10-21 21:38  徐林俊  阅读(170)  评论(0编辑  收藏  举报