forked from nsjcy/frontEnd/nsjcy

LiuWenHaoU
2020-05-18 bd09ddbe5eae5e780393d37b72b4da6d4e92fdb8
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>