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.
7 lines
353 B
7 lines
353 B
<view wx:if="{{message}}" class="body" style="background:{{bg}}" bindtap="onTapBody">
|
|
<view class="info">
|
|
<image class="image" mode="aspectFit" src="{{imgUrl}}"/>
|
|
<view class="message">{{message||'请先登陆哦'}}</view>
|
|
<button wx:if="{{btnText}}" class="button" catchtap="onTapButton" size="mini">{{btnText}}</button>
|
|
</view>
|
|
</view> |