
微信小程序
Higashino_Keigo
不喜欢小番茄!爱吃橘子!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微信小程序 component组件里添加canvas画布
官方文档canvas:https://developers.weixin.qq.com/miniprogram/dev/component/canvas.html 调试基础库:2.9.3 一开始,我使用的是官方文档里的示例代码进行修改的,即 // js methods内 drawOn:function(){ var context = wx.createCanvas...原创 2019-11-20 17:12:31 · 2111 阅读 · 1 评论 -
微信小程序 获取组件高度Height
调试基础库:2.9.3 js中 /* 获取当前绑定id的高度 */ getIdHeight(e){ var id; /* 获取组件id值,这个id需要自己设置,也可以用class、data-operation等等代替,只要能索引到 这个组件就行 */ if (e.currentTa...原创 2019-11-18 16:28:26 · 3322 阅读 · 0 评论 -
微信小程序播放音乐音频 innerAudioContext 的学习
官方文档:https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/InnerAudioContext.html 实践: 在wxml中添加 <button bind:tap="onMusic">start</button> <button bind:tap="pauseMusic">...原创 2019-11-17 18:51:37 · 1448 阅读 · 0 评论