- 输入框无法输入
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 使用input输入框无法输入
2019-02-19 - IOS setTimeout 执行时间不准确
同样的代码 android 没问题 ios 却出现延迟了情况,咋回事啊?
2019-02-18 - tabBar在ios中的显示问题(含截图)
在tabBar中,当有4个图标时,在android中正常,但在ios中出现换行,背景变成黑色 "tabBar":{ "color":"#000", "selectedColor":"#38c258", "backgroundColor":"", "borderStyle":"black", "list":[ { "pagePath":"pages/index/index", "text":"购票", "iconPath":"pages/img/gp.png", "selectedIconPath":"pages/img/gp1.png" }, { "pagePath": "pages/common/index", "text": "乘车", "iconPath": "pages/img/bs.png", "selectedIconPath": "pages/img/bs1.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "pages/img/me.png", "selectedIconPath": "pages/img/me1.png" }, { "pagePath": "pages/message/index", "text": "消息", "iconPath": "pages/img/message.png", "selectedIconPath": "pages/img/message1.png" } ] } [图片]
2019-02-18 - tabBar在ios中显示问题
在tabBar中,当有4个图标时,在android中正常,但在ios中出现换行,背景变成黑色
2019-02-18 - wx.previewImage预览图片安卓真机无法显示
- 当前 Bug 的表现(可附上截图) 在安卓机上图片无法预览 -预期表现 图片正常预览 - 提供一个最简复现 Demo wx.previewImage({ current: current, // 当前显示图片的http链接 urls: img_list // 需要预览的图片http链接列表 })
2019-02-13 - unionid的获取
小程序已经授权给微信开放平台进行运营,为什么还是获取不到unionid [图片] [图片]
2019-02-13 - wx.previewImage 安卓 真机不显示
- 当前 Bug 的表现(可附上截图) 手机上不显示,开发工具上没有问题 - 预期表现 - 复现路径 - 提供一个最简复现 Demo wx.previewImage({ current: "http://htsit.hanhua.com/tong2/static/tong/images/weimg1.png", // 当前显示图片的http链接 urls: ["http://htsit.hanhua.com/tong2/static/tong/images/weimg1.png"] // 需要预览的图片http链接列表 })
2019-01-30 - 物流助手获取的中通电子面单大头笔有误
获取到的电子面单的大头笔,跟菜鸟接口获取到的不一致,物流公司也反馈派件错误
2019-01-30 - 开发者工具功能有待提升啊
- 打开比较卡顿,反应也比较慢,希望能有所优化 - 另外编辑器能不能多窗口,来回切换太麻烦了
2019-01-29 - 为什么form的input游标自动跳
[图片] 这样在模拟器中点击input 鼠标会自动跳到下一个input导致输入不了
2019-01-27