微信小程序笔记_02
在微信小程序中使用Echarts组件
- github源码地址:https://github.com/ecomfe/echarts-for-weixin
- gitcode源码地址:https://gitcode.net/mirrors/ecomfe/echarts-for-weixin?utm_source=csdn_github_accelerator
- Echarts官网:https://echarts.apache.org/zh/index.html
Echarts小程序参考
- https://www.cnblogs.com/liusixiang/p/16039525.html
- https://blog.csdn.net/dongyang1124/article/details/124099117
- https://blog.csdn.net/weixin_50448781/article/details/124838683
- https://www.h5w3.com/220322.html
- https://blog.csdn.net/qq_36453017/article/details/78053327
- https://blog.csdn.net/qq_44647809/article/details/115600500
小程序框架
使用中的问题
- 1.自定义组件中按钮无法提交表单信息的问题
https://developers.weixin.qq.com/community/develop/doc/0008605975cab0f02c170a17551000?_at=1577000803478 - 2.按钮自定义大小 !important
https://www.cnblogs.com/tianma3798/p/6202008.html - 3.自定义tabBar
(1)参考:https://www.cnblogs.com/wukongz/p/14066972.html
(2)文档:https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
表单问题
- 特殊元素的取值问题
(1)参考:https://blog.csdn.net/weixin_44937336/article/details/105378061
组件监听
参考:https://blog.csdn.net/weixin_45757442/article/details/118360011
文件上传
参考:https://blog.csdn.net/weixin_44702572/article/details/120192258