小程序 遇到的坑

http://html51.com/info-50808-1/html

pagescroll 抖动----html5

https://blog.csdn.net/qq_4108...小程序

3.图片预加载使用 image 标签
小程序没有Image 对象,不提供js 对象性能优化

4.小程序 性能优化
https://blog.csdn.net/sinat_2...性能

http://www.cnblogs.com/wozho/...优化

5.去掉button默认边框spa

button[plain] {
  border: none;
  border-color: transparent;
  border-radius: 0;
}

button::after {
  border: none;
}

6.MPVUE 小程序分包
小程序分包
引用地址.net

7,把部分功能抽出来的时候,须要注意,是否父子组件的方法会被覆盖
被自动建立的onShareAppMessage空白方法覆盖了3d

相关文章
相关标签/搜索