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.
9 lines
434 B
9 lines
434 B
2 years ago
|
<view class="complete-info-dialog" wx:if="{{visible}}" catchtouchmove="catchmove">
|
||
|
<view class="content">
|
||
|
<image class="by" src="../../../../images/mine/by.png" />
|
||
|
<image class="close-dialog" bindtap="closeDialog" src="../../../../images/mine/gb.png" />
|
||
|
<view class="title">申请已提交</view>
|
||
|
<view class="tip">正在审核中...</view>
|
||
|
<view class="confirm" bindtap="closeDialog">好的</view>
|
||
|
</view>
|
||
|
</view>
|