- IOS无法放大预览图片?
wx. ({ current:'http://fs.hnlzqs.com/7,01167229756dd7', urls: ['http://fs.hnlzqs.com/7,01167229756dd7'], }) 上面的图片地址在IOS可以打开 但把图片地址换成https://rectifyapi.bds35.cn/sys/file/pic/png/870687627693522944,kwyoz60frhl4c2h.png 就无法打开请问这是什么原因 在网页上面都可以打开
2021-08-06 - 小程序无法在安卓播放视频IOS和开发工具可以正常播放视频,视频是MP4,编码格式全部都尝试了!
小程序无法在安卓播放视频IOS和开发工具可以正常播放视频,视频是MP4,编码格式全部都尝试了!
2020-09-03 - 小程序video 支持播放WMV格式视频吗?
小程序video 支持播放WMV格式视频吗?
2020-08-27 - video 视频播放问题?
我使用服务器视频地址播放不了一直转圈圈 <video id="we" src="http://172.10.3.215:6610/weixin/file/1103" width="320" height="240" controls="controls" autoplay="true" controls objectFit='contain' > </video> 使用官方视频地址就可以播放请问是为什么啊?是我视频地址还需要做处理吗?如果做处理怎么处理啊? <video id="we" src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400" width="320" height="240" controls="controls" autoplay="true" controls objectFit='contain' > </video>
2020-07-27 - 模板消息通知本地测试正常,发布了收不到模板消息通知?
模板消息通知本地测试正常,发布了收不到模板消息通知,发布的线上程序可以调试吗?或者怎么看日志? 调用的是公众号服务号模板消息! wx.request({ url:'https://api.weixin.qq.com/cgi-bin/message/template/send?access_token='+access_token, data:{ // "touser":"o1EBYwS8CPVuC8_OvVAYiGncpEig", "touser":pubopenid, "template_id":"jaIH7jaNlGE2HjZxn9vw52UO-GSWOsbSd7W0GuuCkvY", "url":"http://weixin.qq.com/download", "data":{ "first": { "value":"", "color":"#173177" }, "keyword1":{ "value":visitorName, "color":"#173177" }, "keyword2": { "value":visitorNumber, "color":"#173177" }, "keyword3": { "value":date, "color":"#173177" }, "keyword4": { "value":1, "color":"#173177" }, "remark":{ "value":"请您尽快审核", "color":"#173177" } } }, header: { 'Content-type': 'application/json;charset=utf-8' // 默认值 }, method: 'POST', success:res=> { console.log(res) } })
2020-05-11 - 用户信息授权按钮怎么回调其他方法?
用户信息授权按钮怎么回调其他方法 比如confirm()方法 以下是代码片段 https://developers.weixin.qq.com/s/ox54fVm17fgg Page({ data: { canIUse: wx.canIUse('button.open-type.getUserInfo') }, bindGetUserInfo:function(){ that.confirm() // 查看是否授权 wx.getSetting({ withCredentials:true , success: res => { if (res.authSetting['scope.userInfo']) { wx.getUserInfo({ success: res => { console.log(res) var userInfo = res.userInfo console.log(userInfo) } }) } } }) }, confirm:function() { console.log("测试") }, }) <view class="submit" style="margin-top:70px;"> <button wx:if="{{canIUse}}" id="dologin" open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">手机一键登录</button> </view>
2020-04-27 - 用户信息授权按钮怎么回调其他方法?
用户信息授权按钮怎么回调其他方法 比如confirm()方法 Page({ data: { canIUse: wx.canIUse('button.open-type.getUserInfo') }, bindGetUserInfo:function(){ that.confirm() // 查看是否授权 wx.getSetting({ withCredentials:true , success: res => { if (res.authSetting['scope.userInfo']) { wx.getUserInfo({ success: res => { console.log(res) var userInfo = res.userInfo console.log(userInfo) } }) } } }) }, confirm:function() { console.log("测试") }, }) <view class="submit" style="margin-top:70px;"> <button wx:if="{{canIUse}}" id="dologin" open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">手机一键登录</button> </view> 以下是代码片段 https://developers.weixin.qq.com/s/ox54fVm17fgg
2020-04-27 - methods里面怎么调用小程序方法()that.submitForm()?
[图片]
2020-04-26 - 小程序获取公众号openID?
我现在获取公众号openID方法:获取小程序unionid,小程序获取公众号openID列表,循环公众号openID列表获取unionid,然后小程序unionid=公众号unionid找到公众号openID 有没有方法优化这个过程?比如在小程序直接获取当前用户同一个开放平台下面的公众号openID,或者用户点击关注公众号时调一个接口把把当前用户openID存到数据库
2020-04-24 - 申请小程序一直在这个界面出不去?
[图片][图片]
2020-04-23