随笔分类 -  微信小程序

摘要:百度移动统计 官网:https://mtj.baidu.com/web/welcome/login 小程序接入百度统计 https://mtj.baidu.com/web/overview?appId=xxxxx 接入指南 https://mtj.baidu.com/static/userguide 阅读全文
posted @ 2022-02-28 16:43 吃饭睡觉打痘痘 阅读(345) 评论(0) 推荐(1)
摘要:let imageSrc = that.swiperList[index].picUrl; that.setBackgroundColor(imageSrc, index); setBackgroundColor(imageSrc,index) { console.log(imageSrc, 'im 阅读全文
posted @ 2021-07-02 17:32 吃饭睡觉打痘痘 阅读(1267) 评论(0) 推荐(0)
摘要:1.微信小程序中src不支调方法 例如:<video :src="getVideo(item.id,item.suffix)"></video> 2.微信小程序预览报错 原因:主包体积太大,超过限制 涉及知识点:分包 参考网址:https://developers.weixin.qq.com/min 阅读全文
posted @ 2021-04-22 21:09 吃饭睡觉打痘痘 阅读(77) 评论(0) 推荐(0)