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.
17 lines
711 B
17 lines
711 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 class="btns">
|
|
<view wx:if="{{btn2}}" class="btn2" id="2" bindtap="handleTap">{{btn2}}</view>
|
|
<view wx:if="{{btn1}}" class="btn1" id="1" bindtap="handleTap">{{btn1}}</view>
|
|
|
|
</view>
|
|
<view wx:if="{{btn1Meta}}" class="btn1-meta">{{btn1Meta}}</view>
|
|
<view wx:if="{{btn3}}" class="btn3" id="3" bindtap="handleTap">
|
|
<image src="./back.png" class="back"></image>
|
|
{{btn3}}
|
|
</view>
|
|
</view>
|