- 当前 Bug 的表现(可附上截图)
第一个input输入框中输入内容时,字体被加粗
在第二个input输入框中输入内容时,第一个input的内容粗细变回普通粗细
- 预期表现
input在获得焦点和失去焦点情况下,设置的字体粗细都生效
- 复现路径
复制demo代码-真机调试
出现场景:真机中
- 提供一个最简复现 Demo
- html测试代码:
<input class="my-input" placeholder='手机号' ></input><input class='my-input' placeholder='密码' ></input> |
- css测试代码:
.my-input { font-size: 40rpx; font-weight: 600; color: #333; font-family:PingFang-SC-Medium; margin-top: 50rpx;}.pl-class { font-size: 32rpx; color: #cfcfcf; font-weight: 600; font-family:PingFang-SC-Medium;} |

问题已在安卓端复现,我们会在后续版本中进行修复。
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/7j25PkmB7b7l
测试机型为荣耀V10会出现