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.
|
123456 |
- <!--package_first/pages/successPage/index.wxml-->
- <view class="success_container">
- <image class="success_img" src="../../../assets/first/success.png" mode="widthFix"></image>
- <view class="tips_text">发布成功,待管理员审核!</view>
- <view class="return_btn" bindtap="returnList">知道了</view>
- </view>
|