ts_aimz/components/mp-html/index.wxml
itgaojian163 cbf7c00399 页面
2025-03-24 18:05:54 +08:00

4 lines
242 B
Plaintext

<view class="_root {{selectable?'_select':''}}" style="{{containerStyle}}">
<slot wx:if="{{!nodes[0]}}" />
<node id="_root" childs="{{nodes}}" opts="{{[lazyLoad,loadingImg,errorImg,showImgMenu,selectable]}}" catchadd="_add" />
</view>