You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
420 B

<view wx:if="{{message}}" class="body" style="background:{{bg}};position:{{position}}" bindtap="onTapBody">
<view class="info">
<image class="image" mode="aspectFit" src="{{imgUrl}}"/>
<view class="message">{{message}}</view>
<view class="buttons">
<button wx:for="{{buttons}}" class="button" data-current="{{index}}" catchtap="onTapButton" size="mini">{{item}}</button>
</view>
</view>
</view>