微信小程序笔记_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://zhuanlan.zhihu.com/p/91585624
  • vant:https://vant-contrib.gitee.io/vant-weapp/#/home
使用中的问题
  • 1.自定义组件中按钮无法提交表单信息的问题
    https://developers.weixin.qq.com/community/develop/doc/0008605975cab0f02c170a17551000?_at=1577000803478
  • 2.按钮自定义大小 !important
  • 3.自定义tabBar
    (1)参考:
    (2)文档:https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
表单问题
  1. 特殊元素的取值问题
    (1)参考:https://blog.csdn.net/weixin_44937336/article/details/105378061
  • 未完待续。。