个人案例
请问你的问题是怎么解决的啊?
canvas 2D 真机不显示,开发工具上无任何问题?<div class="poster-canvas" :style="{height:canvasHeight+'px'}"> <canvas type="2d" id="myCanvas" style="width:100%;height:100%;"></canvas> 开发工具上无任何问题,但真机调试/预览/发布至体验版都不显示canvas,控制台无报错,保存图片为空白 canvas用到的网络图片域名无问题,download,getImageInfo也都用了,都不行
2021-02-05请问你的问题是怎么解决的啊?
Canvas 2d 真机 为什么显示空白?通过canvas 2d画图,模拟器(mac)上能显示,真机(iphone)空白,有人碰到吗?
2021-02-05企业付款到零钱功能ip配置怎么解决的啊
使用云开发的环境,做企业付款到零钱究竟IP怎么填写[图片] 商户号1527498241 已经开通了企业付款到零钱,但是API一直调不成功,本地调试可以,使用postman调试 也可以!!!就是云端不可以,求官方
2021-01-21企业付款到零钱功能ip配置怎么解决的啊
通过云开发开发企业付款到零钱功能ip怎么配置???我用的是云开发,没有服务器。尝试了很多社区说的ip,都不行!一直报[此IP地址不允许调用接口,如有需要请登录微信支付商户平台更改配置]这个错误。请问我应该怎么填写云开发的ip????补充:企业付款到零钱功能已开通,并通过网页付款是可以的。现在是想通过API调接口付款,比较急,大佬们帮帮我~感谢!
2021-01-21你好,麻烦帮我看下我的问题吧 https://developers.weixin.qq.com/community/pay/doc/0004e61571cfd051659b5171156000
企业付款接口,为什么变更企业付款备注desc字段,没有生效。企业付款接口,为什么变更企业付款备注desc字段,没有生效。
2021-01-21已解决 [图片]
请问页面元素排列不规则,如何用wx:for渲染(二维数组)?效果图 [图片] <block wx:for-items="{{item.memberlist}}" wx:key="item"> <image class="member_avatar" src="{{item[0].memberInfo[0].avatarUrl || '/images/default_img.png'}}"> </image> </block> 这里加了item[0]就渲染不出来了。 [图片]
2020-12-25已解决:索引改成非唯一 [图片]
云开发添加数据报错errMsg: [FailedOperation.Insert] bulk w?新建的集合 [图片] (Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 00e5fcc8-2dfd-11eb-b2eb-5254002d4a45, cloud function service error code -504002, error message Error: errCode: -502001 database request fail | errMsg: [FailedOperation.Insert] bulk write error: [{[{E11000 duplicate key error collection: tnt-9faylinha.LostOrder index: location dup key: { : 3887078034246690233 }}]}, {<nil>}]; ) wxml _updateLost: function (cloudPath, cloudPathVideo) { wx.cloud.callFunction({ name: 'add_Goods', data: { req_type: 'Lost', lostType: this.data.lostType, lostDesc: this.data.currentContent, lostName: this.data.lostName, radiocheck: this.data.radiocheck, lostIDcard: this.data.lostIDcard, lostTime: this.data.lostTime, lostLocation: this.data.lostLocation, latitude: Number(this.data.latitudes), longitude: Number(this.data.longitudes), lostFenceID: this.data.lostFenceID, lostFenceName: this.data.lostFenceName, contact: this.data.currentContactWay, images: cloudPath, video: cloudPathVideo, createAt: formatTime(new Date()), } }).then(res => { console.log("添加失物招领信息成功:", res.result) wx.hideLoading() wx.redirectTo({ url: '/pages/lostChannel/lostChannel', }) }).catch( err => { console.log(err) }) }, 云函数 exports.main = async (event, context) => { const wxContext = cloud.getWXContext() const req_type = event.req_type switch (req_type) { case "Lost": return addLost(); default: { return } } function addLost() { return db.collection('LostOrder').add({ data: { lostType: event.lostType, lostDesc: event.lostDesc, lostName: event.lostName, radiocheck: event.radiocheck, lostIDcard: event.lostIDcard, lostTime: event.lostTime, lostLocation: event.lostLocation, location: db.Geo.Point(event.longitude, event.latitude), lostFenceID: event.lostFenceID, lostFenceName: event.lostFenceName, contact: event.contact, images: event.images, video: event.video, createAt: event.createAt, userId: wxContext.OPENID, status: 0 } }) } }
2020-11-24换台电脑试试
开发者工具好难用?1.打开调试器选择元素偶尔会选择不上,重起一下就好了。 2.双击或选中代码时会选不上,需要多次尝试。
2020-08-11我也是同样的问题 [图片]
登录环境存在异常?个人微信 电脑登录总是掉 微信号 ggggg3148 [图片]
2020-07-08已解决 在每个元素上加vertical-align: top;
scroll-view 高度错位?scroll-view 里面想用不同样式。但是前后两个错位 white-space: nowrap; display: flex; [图片]
2020-01-27