- 怎么查看云开发调用次数中各个组成部分的详细计数?
[图片]目前只能看到总的数据。
2022-11-03 - wx.downloadFile res.header 中的 Content-Type 值格式错误
旧版本的格式是字符串类型,现在返回的是数组类型。 [图片]
2021-04-20 - input 组件文字重叠
<input class="input" confirm-type="search" value="{{inputValue}}" focus="{{inputFocus}}" placeholder="搜索" bindfocus="onInputFocus" bind:tap="onInputFocus" bindinput="onUserInput" bindconfirm="onInputConfirm" bindblur="onInputBlur" /> 不时有 Android 用户反馈文字重叠的问题。真机测试无法复现。 社区中类似问题反馈 :https://developers.weixin.qq.com/community/develop/doc/000aea870e88a8e4cc9bef35652800?highLine=input%2520%25E6%2596%2587%25E5%25AD%2597%25E9%2587%258D%25E5%258F%25A0 [图片][图片]
2021-02-18 - search.siteSearch 返回的页面路径查询参数缺失
参见图片 path 字段 [图片]
2021-01-11 - 推送页面收录数为 0?
确认进行了主动推送,但是统计显示没有新的收录。 后台收录概况,总页面收录数和推送页面收录数没有数据显示。 appid: wxd83c7f07a0b00f1b
2020-11-30 - 小程序朋友圈分享页面白屏?
IOS 客户端打开朋友圈分享页面出现白屏,在小程序基础库 2.13.0 及以上版本才会复现。 从控制台日志可见报错: APP-SERVICE-SDK:createSignal:fail rejected。 使用了 https://github.com/wechat-miniprogram/miniprogram-api-promise 这个官方维护的 npm 库,导致了基础库报错。 import { promisifyAll } from 'miniprogram-api-promise'; const wxp = {} promisifyAll(wx, wxp) export default wxp; APPID: wxd83c7f07a0b00f1b [图片]
2020-10-09 - 推送页面收录数为 0?
确认进行了主动推送,但是统计显示主动推送收录数仍为 0。 appid: wxd83c7f07a0b00f1b
2020-08-26 - 小程序社区论坛首页 Chrome 游览器 HTTPS 安全提示处理下?
不安全看着碍眼 [图片] http://mmbiz.qpic.cn/sz_mmbiz_jpg/GEWVeJPFkSEQF22uXNecrTYIrCsEwo9Z0X6ZuG23ib71qEibWIsgHMppnumkQvjia0ND0RA3d2KsviaCOufJg9Bhzg/0?wx_fmt=jpeg 问题详情页,用户上传的图也没走 HTTPS 也顺便处理下 :)
2020-08-07 - selectable text 布局错乱
基础库 2.12.1, text 组件在启用 selectable 情况下,表现为 CSS block element。 (2020.8.7 16:00) 测试已经正常了,看起来偷偷解决了:)
2020-08-06 - 使用自定义字体,设置加粗样式,在某些情况下表现异常
代码片段:https://developers.weixin.qq.com/s/UmGf10mP79jB 真机预览可以看到,在某些组件层级结构下,字体加粗后颜色异常(变浅)。如下图: 符号字体文件:https://auction-cdn.nocode.com/nc-symbol.ttf?t=9 [图片] 参考规范: “Although the practice is not well-loved by typographers, bold faces are often synthesized by user agents for families that lack actual bold faces. For the purposes of font matching, these faces must be treated as if they exist within the family. Authors can explicitly avoid this behavior by using the font-synthesis property.” ( https://www.w3.org/TR/css-fonts-4/#missing-weights)
2020-07-21