| @@ -12,13 +12,13 @@ | |||
| <image src="{{dataList.coupon_img_small}}"></image> | |||
| </view> --> | |||
| <view class="textView"> | |||
| <!-- <text class="nameText">{{dataList.coupon_name}}</text> --> | |||
| <view class="bigticketView"> | |||
| <text class="nameText">{{dataList.coupon_name_detail}}</text> | |||
| <!-- <view class="bigticketView"> | |||
| <text class="maney">92</text> | |||
| <text class="Bigticket">元抵</text> | |||
| <text class="maney">100</text> | |||
| <text class="Bigticket">元</text> | |||
| </view> | |||
| </view> --> | |||
| <text class="timeText">{{dataList.coupon_condition_desc}}</text> | |||
| <text class="timeText">(有效期:{{dataList.duration}})</text> | |||
| </view> | |||
| @@ -52,7 +52,7 @@ page{ | |||
| .textView{ | |||
| width: 318rpx; | |||
| position: absolute; | |||
| left: 97rpx; | |||
| left: 110rpx; | |||
| top: 150rpx; | |||
| text-align: center; | |||
| } | |||
| @@ -64,7 +64,6 @@ page{ | |||
| font-family:DINPro; | |||
| font-weight:bold; | |||
| color:#8f560f; | |||
| margin-top: 42rpx; | |||
| /* margin-bottom: 42rpx */ | |||
| } | |||
| .bigticketView{ | |||
| @@ -22,7 +22,7 @@ | |||
| <view class="line"></view> | |||
| <view class="myTicketTop" bindtap="lookMyTicket"> | |||
| <image class="ticketIcon" src="../images/ticketIcon.png"></image> | |||
| <view class="myTicket">我的优惠券</view> | |||
| <view class="myTicket">我的代金券</view> | |||
| <image style="transform:rotate({{mydeg}}deg)" class="ticketArrows" src="../images/ticketArrows.png"></image> | |||
| </view> | |||
| @@ -34,13 +34,13 @@ | |||
| <image class="ticketImg" src="{{item.coupon_img_small}}"></image> | |||
| </view> --> | |||
| <view class="rigWord"> | |||
| <!-- <view class="name">{{item.coupon_name}}</view> --> | |||
| <view class="bigticketView"> | |||
| <view class="name">{{item.coupon_name_detail}}</view> | |||
| <!-- <view class="bigticketView"> | |||
| <text class="maney">92</text> | |||
| <text class="Bigticket">元抵</text> | |||
| <text class="maney">100</text> | |||
| <text class="Bigticket">元</text> | |||
| </view> | |||
| </view> --> | |||
| <view class="time">{{item.coupon_condition_desc}}</view> | |||
| <view class="time">(有效期:{{item.duration}})</view> | |||
| </view> | |||
| @@ -56,16 +56,13 @@ | |||
| <view class="line" style="margin-top:40rpx"></view> | |||
| <view class="myTicketTop" bindtap="lookHistory"> | |||
| <image class="historyIcon" src="../images/historyIcon.png"></image> | |||
| <view class="myTicket" style="margin-right: 310rpx;">优惠券使用记录</view> | |||
| <view class="myTicket" style="margin-right: 310rpx;">代金券使用记录</view> | |||
| <image class="ticketArrows" src="../images/ticketArrows.png" style="transform:rotate({{historydeg}}deg)"></image> | |||
| </view> | |||
| <scroll-view class="scrollY2" scroll-y="true" scroll-top='{{topNum}}' wx:if="{{historyTicketArrows}}" bindscrolltolower="lower"> | |||
| <view class="history" wx:for="{{historyArr}}"> | |||
| <view class="historyLeft"> | |||
| <!-- <image class="historyTicketBg" src="../images/historyTicketBg.png"></image> --> | |||
| <view class="ticketCode">{{item.coupon_code}}</view> | |||
| </view> | |||
| <view class="ticketCode">券码:{{item.coupon_code}}</view> | |||
| <view class="tickName">{{item.coupon_name}}{{item.type_name}}</view> | |||
| <view class="tickType">已使用</view> | |||
| </view> | |||
| @@ -121,8 +121,10 @@ page{ | |||
| margin-right: 32rpx; | |||
| } | |||
| .name{ | |||
| color:rgba(106,10,14,1); | |||
| margin-bottom: 20rpx; | |||
| font-size:40rpx; | |||
| font-family:DINPro; | |||
| font-weight:bold; | |||
| color:#8f560f; | |||
| } | |||
| .name1,.name2{ | |||
| font-size:35rpx; | |||
| @@ -187,17 +189,10 @@ page{ | |||
| height: 36rpx; | |||
| } | |||
| .ticketCode{ | |||
| /* width: 179rpx; */ | |||
| width: 100%; | |||
| text-align: center; | |||
| font-size:20rpx; | |||
| font-family:DIN; | |||
| font-weight:500; | |||
| /* color:rgba(255,255,255,1); */ | |||
| position: absolute; | |||
| top: 50%; | |||
| transform: translateY(-50%); | |||
| } | |||
| .historyTicketBg{ | |||
| /* width: 179rpx; */ | |||
| @@ -208,7 +203,6 @@ page{ | |||
| .tickName{ | |||
| font-size:20rpx; | |||
| color:rgba(102,102,102,1); | |||
| margin-left: 75rpx; | |||
| } | |||
| .tickType{ | |||
| font-size:24rpx; | |||
| @@ -245,7 +239,7 @@ page{ | |||
| width: 350rpx; | |||
| text-align: center; | |||
| position: absolute; | |||
| top: 90rpx; | |||
| top: 85rpx; | |||
| left: 45rpx; | |||
| } | |||
| @@ -16,12 +16,13 @@ | |||
| <view class="contBot"> | |||
| <image class="receiveTicket" src="../images/receiveTicket.png"></image> | |||
| <view class="textView"> | |||
| <view class="bigticketView"> | |||
| <text class="nameText">{{ticketUser.coupon_name_detail}}</text> | |||
| <!-- <view class="bigticketView"> | |||
| <text class="maney">92</text> | |||
| <text class="Bigticket">元抵</text> | |||
| <text class="maney">100</text> | |||
| <text class="Bigticket">元</text> | |||
| </view> | |||
| </view> --> | |||
| <!-- <text class="nameText">{{ticketUser.coupon_name}}</text> --> | |||
| <text class="timeText">{{ticketUser.coupon_condition_desc}}</text> | |||
| <text class="timeText">(有效期:{{ticketUser.duration}})</text> | |||