|
@@ -1,6 +1,6 @@
|
|
<!--pages/signIn/index.wxml-->
|
|
<!--pages/signIn/index.wxml-->
|
|
<view wx:if="{{showPage}}">
|
|
<view wx:if="{{showPage}}">
|
|
-<topbar />
|
|
|
|
|
|
+<topbar title="签到中心" topbar-class="colortopbar" />
|
|
<!-- 页面主体 -->
|
|
<!-- 页面主体 -->
|
|
<view class="sign-scroll-body" style="margin-top:{{navHeight}}px; height: {{bodyHeight}}px;">
|
|
<view class="sign-scroll-body" style="margin-top:{{navHeight}}px; height: {{bodyHeight}}px;">
|
|
<view class="sign-info-extra">
|
|
<view class="sign-info-extra">
|
|
@@ -91,9 +91,6 @@
|
|
<view class="head-bg">
|
|
<view class="head-bg">
|
|
<image src="{{activity.themePic}}" />
|
|
<image src="{{activity.themePic}}" />
|
|
</view>
|
|
</view>
|
|
- <view class="head-bar" style="height:{{navHeight}}px">
|
|
|
|
- <view style="margin-top: {{capsuleTop}}px;line-height: {{capHeight}}px;">签到中心</view>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|