时间:2019-05-04 来源:小程序工厂
L***:
不需要 uploadFile。麻烦提供重现问题的代码片段。
H***:
js代码:
onReady: function () {
// this.audioCtx = wx.createAudioContext('myAudio')
// this.audioCtx.setSrc('../../media/111.mp3')
// this.audioCtx.play()
},
data: {
// poster:'../../img/11.jpg',
// name:'asd',
// author:'asd'
}
// audioPause:function(){
// console.log(2);
// this.audioCtx.pause()
// },
// audioPlay:function(){
// this.audioCtx.play()
// }
wxml代码:
微信公众号消息推送启动微信小程序
L***:
请提供一个可运行的代码片段并附上操作步骤说明:https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/minicode.html
H***:
wechatide://minicode/8XgcscmK69Yx 媒体文件上传不了,太大了
L***:
你好,麻烦尝试使用从根目录开始的完整路径是否可以解决问题
wafer2-quickstart-nodejs-master 上传图片问题
范***:
是音频文件构建后完整名字中间多了串码,所以不能正常读取,我也在找这个问题怎么才能解决