- miniprogram-automator返回的wxml中节点的属性问题?
通过miniprogram-automator获取元素wxml返回: <view class="footer-index--test"> <view class="components-footer-index--test1"> <order-button is="test2/components/order/button/index" class="components-footer-index--test3"> <view class="button-index--biz-order__test4"> <text class="button-index--test5"> 确定 </text> </view> </order-button> </view> </view> 这里每个节点的class都被拼上了--前面的一部分,比如第一个view的footer-index是返回拼上的,实际代码不存在,而且在开发者工具Wxml面板也看不到这段拼接的class 请问,这段拼接的内容是如何生成的?而且miniprogram-automator返回的wxml为什么会和开发者工具Wxml面板展示的不一致
2022-05-17 - 小程序获取插件权限失败(错误码:-1)是什么原因?
[图片] 打开小程序出现插件权限失败(错误码:-1),请问这是什么原因导致的呢
2022-04-11 - 小程序是否有像Android的shouldInterceptRequest来获取webview请求?
Android有shouldInterceptRequest来获取webview的请求 在小程序中是否有类似的方法? 或者说开发者工具的Network Tab,微信在这块是如何获取到webview请求的?
2022-01-25