获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 配置消息推送失败
在小程序后台,配置消息推送,死活都提示token校验 失败,我都直接返回echoStr了,这到底要怎么搞? - 希望提供的能力 希望教教我,我从来没觉得自己这么菜过
2019-02-22 - 小程序chooseVideo失败
//上传视频 wx.chooseVideo({ sourceType: ['album', 'camera'],//从相册选择视频或者使用camera(相机摄像) compressed: true, maxDuration: 60, camera: 'back', success: function (res) { var tempFile = res; getApp().globalData.tempFile = tempFile; wx.navigateTo({ url: '/disk/widget/selectFolder?jumpType=' + "uploadVideo", }) }, fail: function(res){ console.log("choose video error---------->",res) } choose video error----------> {errMsg: "chooseVideo:fail MEDIA_ELEMENT_ERROR: Format error"}errMsg: "chooseVideo:fail MEDIA_ELEMENT_ERROR: Format error"
2018-08-17