You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
583 B
Plaintext

<view class='bt1'>
<view class='tc' style='padding-top: 100px;'>
<icon class="iconfont icon-tijiaochenggong lh1">
</icon>
<view class='successText mt20 lh1'>
报名已提交
</view>
</view>
<view class='tc display-flex' style="padding:0 20px;margin-top:100px;">
<view class="flex-1 mr10">
<button type='primary' class="fullBtn" bindtap='goBack'>
完成
</button>
</view>
<view class="flex-1 ml10">
<button class="fillBtn" hover-class="fillBtnHover" bindtap='goIndex'>
返回首页
</button>
</view>
</view>
</view>