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.

11 rivejä
455 B

  1. <navbar back home text="签到" background="#fff"></navbar>
  2. <view class='success' wx:if="{{showPage}}">
  3. <text class='tit'>签到成功</text>
  4. <button class='goback' bindtap='goback'>返回首页</button>
  5. </view>
  6. <view class='success' wx:if="{{showPage1}}">
  7. <text class='tit'>{{message}}</text>
  8. <button class='goback' data-id='{{id}}' bindtap='goSignUp'>我要报名</button>
  9. <button class='goback' bindtap='goback'>返回首页</button>
  10. </view>