- 编辑器光标重复
[图片]
2020-06-06 - 新版开发工具代码格式化失效
新版开发工具代码格式化功能失效
2020-05-30 - 微信开发团队闲的蛋疼吧,开发订阅消息用来愚弄用户和开发者吗?
我想请问点一次才能发一次的订阅消息有什么用?通知用户你的微信版本太低了,赶快升级吗?
2020-02-12 - 开发工具开启多账号调试后有的自定义组件消失
开发工具开启多账号调试后有的自定义组件消失。我使用的是真实账号多账号调试,切换到另一个账号发现有的自定义组件消失。
2019-12-29 - 文档错误
数组更新指令。原子操作。给定元素,除非数组中已存在该元素,否则添加进数组。
2019-12-14 - 云存储删除文件API无效
在后端调用了API,返回了删除文件成功的消息 [图片] 但是在微信WEB开发工具中查看时,发现文件依然存在,没有删除。 [图片] 这是怎么回事?
2019-11-21 - swiper 不能hidden
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo swiper使用hiddden属性隐藏之后还能滑动页面
2018-10-07 - textarea不是一般的垃圾,简直就是发际线后移的罪魁祸首
- 当前 Bug 的表现(可附上截图)[图片] [图片] 输入内容乱飘,也是醉了。 - 预期表现 - 复现路径 - 提供一个最简复现 Demo <swiper class='swiper' current="{{currentTab}}" duration="300" bindchange="swiperTab" circular="true"> <swiper-item class='creatNewCollection' > <view class='title'> <text>设置收集祝福条件</text> </view> <scroll-view scroll-y='true' class='scrollView'> <view class='setReceiveInfoHint'> <text class='hint'>接收者信息</text> </view> <view class='receiverInfo'> <view class='setHeadPic' hidden='{{receiverHeadPic}}' bindtap='showChooseHeadPicModal'> <text class='hint'>选择头像</text> </view> <image class='receiverHeadPic' src='{{receiverHeadPic}}' mode='aspectFill' hidden='{{!receiverHeadPic}}'></image> <view class='nickNameView'> <text class='hint' style='margin-bottom:20rpx;'>昵称</text> <input class='inputReceiverNickName' maxlength='10' ></input> </view> </view> <modal class='chooseHeadPicModal' no-cancel='true' confirm-text="取消" bindconfirm='hideChooseHeadPicModal' hidden='{{!showChooseHeadPicModal}}' title='选择接收者头像'> <view class='chooseHeadPicHint'> <text>默认头像</text> </view> <view class='defaultReceiverHeadPicView'> <image class='defaultReceiverHeadPic' mode='aspectFill' src='{{item}}' data-index='index' wx:for='{{defaultReceiverHeadPicList}}' wx:for-index="index" wx:key='index'> </image> </view> <button class='chooseHeadPicButton' type='primary' plain='true' style='margin-top:10rpx;'>从相册选择</button> </modal> <view class='senderBlessingInput'> <text class='hint'>收集原因</text> <textarea class='input' maxlength='140' hidden='{{showChooseHeadPicModal}}' show-confirm-bar='' auto-height='true'></textarea> </view> <view class='senderBlessingInput'> <text class='hint'>我的祝福</text> <textarea class='input' maxlength='140' hidden='{{showChooseHeadPicModal}}' show-confirm-bar='' auto-height='true'></textarea> </view> </scroll-view> </swiper-item>
2018-10-05 - 图片预览关闭时界面闪烁
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 图片预览完关闭时屏幕会闪烁
2018-09-12 - textarea
- 需求的场景描述(希望解决的问题) - 希望提供的能力 textarea 使用autoheight 时能不能设置个初始高度,不然可点击区域好小
2018-09-12