Files
electricity_bill_calc_wx/components/mp-html/index.wxml
2024-10-23 10:26:14 +08:00

1 line
229 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>