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.
19 lines
517 B
19 lines
517 B
2 years ago
|
<view class="m-modal" hidden="{{ hidden }}">
|
||
|
<view class="content">
|
||
|
<view class="close-dialog"
|
||
|
bindtap="cancel" >
|
||
|
<image src="/assets/images/guanbi.png" />
|
||
|
</view>
|
||
|
|
||
|
<view class="tip">{{content}}</view>
|
||
|
|
||
|
<view class="btns">
|
||
|
<button class="confirm"
|
||
|
data-type="party"
|
||
|
bindtap="confirm">{{partyText}}</button>
|
||
|
<!-- <button class="confirm"
|
||
|
data-type="resi"
|
||
|
bindtap="confirm">{{resiText}}</button> -->
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|