C端小程序
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
354 B

  1. <view class='success'>
  2. <text class='tit'>报名成功</text>
  3. <text class='mess'>请您在我的活动中查看您的报名状态</text>
  4. </view>
  5. <view class="btns clearfix" hover-class="none" hover-stop-propagation="false">
  6. <button class="fl" bindtap='goback'>
  7. 返回首页
  8. </button>
  9. <button class="fr">
  10. 我的活动
  11. </button>
  12. </view>