摘要: 1.在manifest.json中修改 "mp-weixin" : { "appid" : "*******",//自己的appid "setting" : { "urlCheck" : false }, "usingComponents" : true, "requiredPrivateInfos 阅读全文
posted @ 2023-05-18 11:13 mm789 阅读(1521) 评论(0) 推荐(0)
摘要: 需求:在小程序里面展示24小时天气预报 1.使用canvas 可以参考https://ext.dcloud.net.cn/plugin?id=2490 核心代码: 创建canvas的代码 initWeatherPointLine() { var maxArry = this.weatherData. 阅读全文
posted @ 2023-05-18 10:57 mm789 阅读(2459) 评论(0) 推荐(0)