- 找不到app.json
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo [图片] 上传项目找不到app.json文件
2019-02-26 - 真nm智障
没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录没有找到 node_modules 目录[图片]
2018-12-01 - 页面布局开发模拟器和手机上显示不一样
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 [图片] - 复现路径 - 提供一个最简复现 Demo .page { text-align: center; } .grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .span-col-2{grid-column: span 2 / auto;} .span-row-3{grid-row: span 3 / auto;} <view class="page"> <view class="grid"> <view class="span-col-2">Item 1</view> <view class="span-row-3">Item 2</view> <view>Item 3</view> <view>Item 4</view> <view>Item 5</view> <view class="span-col-2">Item 6</view> <view>Item 7</view> <view>Item 8</view> <view>Item 9</view> </view> </view>
2018-09-12 - 获取项目的根路径问题
我想访问项目的最顶层目录使用了 /, 但结果却不如我想的一样。[图片]
2018-08-22 - 组件在 ready钩子里面仍然获取 节点树失败, 求看看
1、 [图片] 2、 [图片]
2017-12-19 - 小程序 父组件向子组建传递 动态数据, 子组件无法接收
1、向子组件传递了 一个 test的prop, 值为一个js里面的变量 [图片] 2、父组件中定义的 test变量 [图片] 3、子组件接收 [图片] 4、无法接收动态数据 [图片] 请问下怎么回事
2017-12-18