获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- app.json 配置 tabBar 报错
- 当前 Bug 的表现(可附上截图) [图片] 代码片段 "tabBar":{ "list": [ { "selectedIconPath": "img/user/unhome.png", "iconPath": "img/user/home.png", "pagePath": "pages/user/userCenter", "text": "上门服务" }, { "selectedIconPath": "img/user/unshared.png", "iconPath": "img/user/shared.png", "pagePath": "pages/logs/logs", "text": "共享人力" }, { "selectedIconPath": "img/user/unservice.png", "iconPath": "img/user/service.png", "pagePath": "pages/logs/logs", "text": "综合服务" } ] }
2018-11-28 - 真机调试 环境总是存在问题 导致无法进行调试
[图片] 现在又看不到接口的请求了 实际上手机上呈现的 已经是请求过接口的数据了 类似问题还有不少 预览 真机 模拟器 看的数据都不一样。。。。
2018-09-21 - canvas使用
对canvas使用position: fixed,但是对canvas内部的图形貌似不生效?会跟着屏幕滚动。请教有谁遇到过?怎么解决?
2018-08-31