index.wxml 233 字节
Newer Older
5
520MianXiangDuiXiang520 已提交
1 2 3 4 5 6
<view class="wux-class {{ classes.wrap }}" style="{{ extStyle }}">
    <image src="{{ src }}" wx:if="{{ src }}" />
    <text class="{{ classes.string }}" style="{{ childrenStyle }}" wx:else>
        <slot></slot>
    </text>
</view>