个人案例
- 画线九宫格
此小程序可将手机相册里的图片进行等分画线,可仅画线不分割。便于绘画起草布局,亦可用于相关工程人员的简单测量。
画线九宫格——新手素描起形工具扫码体验
mark
wx.showModal设置editable: true时,模拟器上未弹出输入框wx.showModal({ title: '提示', content: '请输入', editable: true, placeholderText: '数量', success ( res) { if (res.confirm) { console.log('用户点击确定', res.content) } else if (res.cancel) { console.log('用户点击取消') } } }) [图片]
2021-03-11没辙哦,连网页都跳不了
小游戏如何跳转到公众号?请问小游戏中想要直接跳转到公众号,有什么办法?
2021-03-11这问题啥时候解决呀?2.16.0依旧如此。
wx.showModal参数editable在ios实机上不显示输入框在模拟器上是正常的 [图片] 在IOS实机上是不能输入的 [图片]
2021-03-10神秘报错越来越多了 错误样例: Cannot read property 'onLoad' of undefined 错误样例: TypeError: Function(...) is not a function
这报错是我代码里的吗?最近两天接连收到这个报错报警,看样子不是我代码的啊。 TypeError line:4955,column:6559,TypeError: Function("r","regeneratorRuntime = r") is not a function. (In \'Function("r","regeneratorRuntime = r")(n)\', \'Function("r","regeneratorRuntime = r")\' is undefined) Stack:https://usr/app-service.js:4955:6559 n@https://usr/app-service.js:4932:156 https://usr/app-service.js:4955:6595 n@https://usr/app-service.js:4932:156 https://usr/app-service.js:4961:111 n@https://usr/app-service.js:4932:156 https://usr/app-service.js:5096:492 n@https://usr/app-service.js:4932:156 https://usr/app-service.js:5096:431 n@https://usr/app-service.js:4932:156 https://usr/app-service.js:4932:1351 https://usr/app-service.js:5096:66 h@https://lib/WASubContext.js:2:1623200 https://usr/app-service.js:5097:17 f@https://lib/WASubContext.js:2:1622646 https://lib/WASubContext.js:2:1623600 global code@https://usr/app-service.js:5197:15 value@https://lib/WAServiceMainContext.js:2:137847 https://lib/WAServiceMainContext.js:2:139885 https://lib/WAServiceMainContext.js:2:135476 https://lib/WAServiceMainContext.js:2:225147 https://lib/WAServiceMainContext.js:2:224099 https://lib/WAServiceMainContext.js:2:224063 https://lib/WAServiceMainContext.js:2:225147 y@https://lib/WAServiceMainContext.js:2:77600 2021-03-09 11:42:44 客户端版本:7.0.10 基础库版本:2.10.4 机型:iPhone 8 Plus (GSM+CDMA)<iPhone10;2> wx87f43b1820b0178d
2021-03-10可以的呀,推流就是干这个的嘛
视频号直播能放已经录播完成的视频吗?用视频号推流直播功能 能在 视频号直播间 放 已经录制完成的视频 吗?
2021-03-10没有限制呀
小程序的线上版本,每周有发布的次数限制吗?请问下,线上版本,可以每天都发一次吗?有没有每周发布的次数不能超过4次的限制呢?
2021-03-10https://developers.weixin.qq.com/community/develop/doc/000e4e3d1ac2d855e73be648c5b400
小程序云函数能加载ca证书吗?怎么操作在云函数中调用小程序红包发送接口,怎么加载api证书?能操作吗
2021-03-09差8个小时是正确的,是时区影响的。 如果想消除这8个小时,存储时可以db.serverDate({offset: 28800000})往后挪8个小时,或者数据库增加环境变量[代码]TZ[代码] 为 [代码]Asia/Shanghai[代码] https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/functions/notice.html 想展示的话你可以用moment.js格式化一下,或者你存的时候就用moment.js格式化好了再存,咋做都行。反正得记着处理一下时区。moment().utcOffset(8)
云数据库字段类型为serverDate的前端显示?本地调用云函数,读取云数据库(集合中有一serverDate类型字段,字段名createDate,其中一条记录内容为:Sat Mar 06 2021 19:48:29 GMT+0800 (中国标准时间) ) 前端wxml <view wx:for="dateList"> <view>item.createDate</view> </view> 结果发现字段显示结果为2021-03-06T11:48:29.177Z的字符串,时间还少了8个小时,有遇到的吗?serverDate字段想直接在wxml中遍历显示。该如何解决?
2021-03-09推流推张图片呗
微信不能直播静止画面吗?微信不能直播静止画面吗?
2021-03-09这个框在iOS下不好使啊,没输入框
wx.showModal content参数文档表述有问题https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showModal.html [图片]
2021-03-08