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.
16 lines
879 B
16 lines
879 B
2 years ago
|
<cover-view class="complete-info-dialog" hidden="{{!completeInfoDialogVisible}}" catchtouchmove="catchmove">
|
||
|
<cover-view class="content">
|
||
|
<cover-view class="close-dialog">
|
||
|
<image wx:if="{{showCloseButton}}" bindtap="closeDialog" src="../../assets/images/guanbi.png" />
|
||
|
</cover-view>
|
||
|
<!-- <cover-view class="title">提示</cover-view> -->
|
||
|
<cover-view class="tip">{{buttonMassage}}</cover-view>
|
||
|
<cover-view class="btns">
|
||
|
<cover-view class="confirm" wx:for="{{btnsList}}" data-url="{{item.btnUrl}}" wx:key bindtap="confirm">{{item.btnName}}</cover-view>
|
||
|
</cover-view>
|
||
|
<!-- <cover-view class="operation">
|
||
|
<cover-view class="cancel" bindtap="closeDialog">下次再说</cover-view>
|
||
|
<cover-view class="confirm" bindtap="navigateToComplete">立即完善</cover-view>
|
||
|
</cover-view> -->
|
||
|
</cover-view>
|
||
|
</cover-view>
|