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.

12 regels
508 B

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