摘要: 1、微信小程序使用echarts,首先下载echarts并导入小程序项目中,因小程序后期上线对文件大小有要求,所以建议进行定制下载导入可减少文件大小占比,也可以下载以前旧版本文件比较小的应付使用 下载echarts: https://echarts.apache.org/zh/download.ht 阅读全文
posted @ 2022-07-16 22:45 smallWhite_js 阅读(1586) 评论(2) 推荐(1) 编辑
摘要: 1、普通的微信请求封装 1 const http = (options) =>{ 2 return new Promise((resolve,reject) => { 3 wx.request({ 4 url: options.url, 5 method:options.method || 'get 阅读全文
posted @ 2022-07-12 23:40 smallWhite_js 阅读(1679) 评论(0) 推荐(0) 编辑