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.
7 lines
363 B
7 lines
363 B
<!--pages/newRecruitment/publishFinish/publishFinish.wxml-->
|
|
<view class="container">
|
|
<image src="/images/publish/publishFinish.png" class="publish_finish" mode="widthFix"></image>
|
|
<text>发布成功,平台正在审核~</text>
|
|
<text>我们会以最快的速度审核,请耐心等待~</text>
|
|
<text catchtap="confirm_fn">确定</text>
|
|
</view>
|