- 通过 useExtendedLib 扩展库 的方式引入 weui,使用 grids 组件报错为什么?
{ "navigationBarTitleText": "", "usingComponents": { "mp-grids": "weui-miniprogram/grids/grids" } } 报:Error: Component is not found in path "pages/home/weui-miniprogram/grids/grids" (using by "pages/home/home")
2020-05-21 - 用户子标识 subOpenId 如何获取?
https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_sl_api.php?chapter=9_1 https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 文档中,好像只有关于 openId 的获取方式,并没有 subOpenId 相关的
2020-02-24 - form标签作为父元素设置display:flex,子元素设置flex: 1没有
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 <view class="app"> <view class="button">按钮</view> </view> - bug 表现 <form class="app"> <view class="button">按钮</view> </form> - 复现路径 pages/index/index - 提供一个最简复现 Demo https://developers.weixin.qq.com/s/PnuWgBme7p8v
2019-05-24