收藏
回答

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面板展示的不一致

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2022-05-17

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2022-05-17
    有用
    回复
登录 后发表内容