摘要:
小程序的自定义的遮罩层会出现滚动穿透的问题,即遮罩层下面的页面依旧可以滚动;解决办法加一个属性catchtouchmove="{{true}}" 地址:https://developers.weixin.qq.com/community/develop/doc/d615c9a8957a00225ae 阅读全文
摘要:
vant组件库,支持原生小程序的开发 地址:https://vant-contrib.gitee.io/vant-weapp/#/home 阅读全文
摘要:
地址:https://wechat-miniprogram.github.io/weui/docs/ 引入组件 通过 useExtendedLib 扩展库 的方式引入,这种方式引入的组件将不会计入代码包大小。 可以通过npm (opens new window)方式下载构建,npm包名为weui-m 阅读全文