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.
10 lines
549 B
10 lines
549 B
<view class="prompt">
|
|
<image class="icon" src="./{{icon}}.png"></image>
|
|
<view wx:if="{{subTitle}}" class="title top">{{title}}</view>
|
|
<view wx:if="{{subTitle}}" class="title">{{subTitle}}</view>
|
|
<view wx:if="{{!subTitle}}" class="title">{{title}}</view>
|
|
<view class="meta">{{meta}}</view>
|
|
<view wx:if="{{btn1}}" class="btn1" id="1" bindtap="handleTap">{{btn1}}</view>
|
|
<view wx:if="{{btn2}}" class="btn2" id="2" bindtap="handleTap">{{btn2}}</view>
|
|
<view wx:if="{{btn3}}" class="btn3" id="3" bindtap="handleTap">{{btn3}}</view>
|
|
</view>
|