关键是你这扫描出来的是一维码还是二维码
wx.scanCode返回的result,怎么解析?[图片] 返回的result的字符串有%2F类似的字段,想要解析他的path做跳转,但是用encodeURIComponent()无法解析,请问还有什么方法解决?
2023-05-22你上传的图片有好大?你应该是超出限制了
微信网页开发,wx.uploadImage 接口无返回无报错电脑端(微信版本 3.9.2.26,之前版本是正常的) wx.uploadImage 上传失败,无报错,无返回,手机端正常 操作如下 1、wx.chooseImage 获取 localIds 2、wx.uploadImage 获取 serverId 这里卡住了
2023-05-22造成这个原因有点多。有可能是信号问题,有可能是搜索时间设置短的问题
wx.onBluetoothDeviceFound 每次只能搜索到一个设备?wx.onBluetoothDeviceFound 每次只回返一个设备?我是用ios测试的,安卓还没有试
2023-05-22css
canvas绘制水印的问题?[图片] 上面是代码 [图片] 下面是效果 我想实现全屏铺满 就是屏幕里多有几个文字 但是没办法实现
2023-05-22PC端地图尺寸和手机端都不一样
MapContext.addGroundOverlay?MapContext.addGroundOverlay在手机上能显示图片,但是在pc小程序上没办法显示图片?
2023-05-22自己转
富文本bindinput在ios端获取到的html字符串,里面的img标签是base64不是src?editor 的 bindinput 在ios端获取到的html字符串 <img>是附带base64 ,怎么让它不带有base64?
2023-05-22/pages/main/main
登录页面,为什么登录后无法跳转?我写的登录页面,根据身份不同会跳转到不同的页面,只是其中一个无法跳转,报错如下,第一次遇到,求大佬指点 [图片]
2023-05-22你是真的秀
wx.chooseMedia 示例代码有误示例代码是 wx.chooseMedia({ count: 9, mediaType: ['image','video'], sourceType: ['album', 'camera'], maxDuration: 30, camera: 'back', success(res) { console.log(res.tempFiles.tempFilePath) console.log(res.tempFiles.size) } }) res.tempFiles 是一个数组
2023-05-19一切以官方公告为准
小程序获取手机号 要开始收费了吗?此消息真假
2023-05-19服务器是不是设置了上传大小限制的
wx.uploadFile报413是什么原因?wx.uploadFile({ url: app.API.newImageUpload, filePath: item.path, name: 'file', header: { "content-type": "application/json" }, }) 只要上传原图就会报错,和图片大小没关系,原图也不到1M,在开发版中不会出现,只会在正式版里出现,报错内容如下 {"data": "<html> \n<head><title>413 Request Entity Too Large</title></head> \n<body> \n<center><h1>413 Request Entity Too Large</h1></center> \n<hr><center>openresty/1.19.9.1</center> \n</body> \n</html> \n<!-- a padding to disable MSIE and Chrome friendly error page --> \n<!-- a padding to disable MSIE and Chrome friendly error page --> \n<!-- a padding to disable MSIE and Chrome friendly error page --> \n<!-- a padding to disable MSIE and Chrome friendly error page --> \n<!-- a padding to disable MSIE and Chrome friendly error page --> \n<!-- a padding to disable MSIE and Chrome friendly error page --> \n", "header": {"Access-Control-Allow-Origin": "*", "Connection": "keep-alive", "Set-Cookie": "acw_tc=0b3c7da216844122592593626efa565e39c19dcf2ab1b56f8b6f68610c6396;path=/;HttpOnly;Max-Age=1800", "Content-Length": "591", "Date": "Thu, 18 May 2023 12:17:39 GMT", "Content-Type": "text/html; charset=utf-8", "protocol": "http/1.1"}, "statusCode": 413, "cookies": ["acw_tc=0b3c7da216844122592593626efa565e39c19dcf2ab1b56f8b6f68610c6396;path=/;HttpOnly;Max-Age=1800"], "errMsg": "uploadFile:ok"}
2023-05-19