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.
13 lines
534 B
13 lines
534 B
2 years ago
|
<view class="complete-info-dialog" wx:if="{{visible}}" catchtouchmove="catchmove">
|
||
|
<view class="content">
|
||
|
<view class="close-dialog">
|
||
|
<image bindtap="closeDialog" src="../../images/association/IC_guanbi@2x.png" />
|
||
|
</view>
|
||
|
<view class="title">提示</view>
|
||
|
<view class="tip">请先完善用户信息</view>
|
||
|
<view class="operation">
|
||
|
<view class="cancel" bindtap="closeDialog">下次再说</view>
|
||
|
<view class="confirm" bindtap="navigateToComplete">立即完善</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|