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.
|
- <navbar back home text="签到" background="#fff"></navbar>
- <view class='success' wx:if="{{showPage}}">
- <text class='tit'>签到成功</text>
- <button class='goback' bindtap='goback'>返回首页</button>
- </view>
-
- <view class='success' wx:if="{{showPage1}}">
- <text class='tit'>{{message}}</text>
- <button class='goback' data-id='{{id}}' bindtap='goSignUp'>我要报名</button>
- <button class='goback' bindtap='goback'>返回首页</button>
- </view>
|