|
@@ -3,9 +3,9 @@
|
|
|
<!-- 首部信息 -->
|
|
|
<view class="head flex-column">
|
|
|
<topbar />
|
|
|
- <view class="head_profile" wx:if="{{noCoupon}}">签到优惠券</view>
|
|
|
- <view class="head_profile" wx:if="{{noDetail}}">获取明细</view>
|
|
|
- <view class="head_profile" wx:if="{{noUtility}}">使用/失效</view>
|
|
|
+ <topbar wx:if="{{noCoupon}}" title="签到优惠券" topbar-title-class="record-topbar"/>
|
|
|
+ <topbar wx:if="{{noDetail}}" title="获取明细" topbar-title-class="record-topbar"/>
|
|
|
+ <topbar wx:if="{{noUtility}}" title="使用/失效" topbar-title-class="record-topbar"/>
|
|
|
<view class="head_num" wx:if="{{!isLogin}}">{{notUseNum}}</view>
|
|
|
<view class="head_num" wx:if="{{isLogin}}">{{notUseNum?notUseNum:0}}</view>
|
|
|
<view class="head_text" wx:if="{{isLogin}}">请在优惠券有效期内尽快使用</view>
|