有文档可以看吗,怎么弄?
微信云数据库的问题?微信小程序的云数据库,可以通过其他方式对外开放,方便做个后台吗? 比如微信小程序只是前端收集信息。后台是一般的java工程,可以进行查询,导出,审核之类的功能?
2021-01-06我已经写的很详细了,版本号什么的都提供了。 我发现这个问题,跟appid好像有关系,我有些appid可以,但有些appid不行,不知道,要哪里设置下??????????????????????????????????????????????????????
startRecord:fail auth deny每次都报错,"startRecord:fail auth deny"而这个小程序appid的后台,我是设置了开通了,开发-接口设置-的两个音视频留的 wx.startRecord({ success: function (res) { // 调用了停止录音接口就会触发这个函数,res.tempFilePath为录音文件临时路径 var tempFilePath = res.tempFilePath console.log('录音地址') console.log(tempFilePath) that.setData({ src: tempFilePath }) }, fail: function (res) { console.log('fail') console.log(res) //录音失败的处理函数 } })
2019-04-26微信:6.7.3 所有机型
camera第一次调用页面空白<camera device-position="back" flash="auto" binderror="error" style="width: 100%; height: {{cameraHeight}}px;"> <cover-view class="controls" style="height: {{cameraHeight}}px;{{style2}}" > <cover-image style="height: {{cameraHeight}}px;" src="{{src}}"></cover-image></cover-view> </camera> 小程序,第一次,调用该页面时,摄像头控件为空白,之后,才会正常。
2018-10-31卸载方法,是什么
如何代码来关闭前面的页面小程序里的页面跳转,有缺陷,如果,反复进行修改业务,如果页面跳转都是navigateTo,那么会累积很多页面。如果是redirectTo,那么中间点返回就返回不回去了,怎么办???? 能不能实现,使用navigateTo,在后一个页面判断关闭,前一个页面?????
2018-10-18链接公网,可以用查看原文,那第二个问题,可以向指定人员,推送信息,这个可以做到吗?
订阅号的内容可以链接公网网页吗?你好,1、公众号的订阅号里面的推送消息,可以价格超链接,链接公网的网页吗?????? 2、推送的消息,除了群发,有没有指定用户来发送的功能?
2018-09-10谢谢你的回答,我已经找打问题了,是因为缺少class="controls" 的css
camera无法被遮罩的问题<camera device-position="front" flash="auto" binderror="error" style="width: 100%; height: 310px;"> <cover-view class="controls" wx:if="{{style1==1}}" > <cover-image src="{{src}}"></cover-image></cover-view> </camera> 这个代码,我确认,已经将style1置为了1,但是,手机端还是能动的摄像状态,但是电脑端的开发工具,是可以的。
2018-08-22问题补充:重连时报错,fail:jsapi has no permission;wvent=createSocketTask,runningState=suspend,permissionMsg=permission ok,detail=network api interrupted in suspend state
websocket重连当把小程序关掉,再打开时,进行重连时,报了,reason:’interupted‘,然后就无法重连了,该怎么办?
2018-07-03const innerAudioContext = wx.createInnerAudioContext() innerAudioContext.autoplay = true innerAudioContext.src = 'pages/res/an.mp3' innerAudioContext.onPlay(() => { console.log('开始播放') }) innerAudioContext.onError((res) => { console.log(res.errMsg) console.log(res.errCode) }) 这样写,我上周试了还可以,今天一试又不行了。 我就更新了一下小程序开发工具,更新到了最新:2018.06.14 基础库更新(2.1.0)
小程序播放提示音需求:将一个音频文件(提示音)放入小程序的目录里,在需要的时候,进行播放,如何实现。是用 playVoice还是 playBackgroundAudio?能简单给个代码例子吗???
2018-07-02