|
@@ -2,6 +2,10 @@
|
|
|
<view class="record flex-column">
|
|
|
<!-- 首部信息 -->
|
|
|
<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>
|
|
|
<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>
|