| <image src="{{dataList.coupon_img_small}}"></image> | <image src="{{dataList.coupon_img_small}}"></image> | ||||
| </view> --> | </view> --> | ||||
| <view class="textView"> | <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="maney">92</text> | ||||
| <text class="Bigticket">元抵</text> | <text class="Bigticket">元抵</text> | ||||
| <text class="maney">100</text> | <text class="maney">100</text> | ||||
| <text class="Bigticket">元</text> | <text class="Bigticket">元</text> | ||||
| </view> | |||||
| </view> --> | |||||
| <text class="timeText">{{dataList.coupon_condition_desc}}</text> | <text class="timeText">{{dataList.coupon_condition_desc}}</text> | ||||
| <text class="timeText">(有效期:{{dataList.duration}})</text> | <text class="timeText">(有效期:{{dataList.duration}})</text> | ||||
| </view> | </view> |
| .textView{ | .textView{ | ||||
| width: 318rpx; | width: 318rpx; | ||||
| position: absolute; | position: absolute; | ||||
| left: 97rpx; | |||||
| left: 110rpx; | |||||
| top: 150rpx; | top: 150rpx; | ||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| font-family:DINPro; | font-family:DINPro; | ||||
| font-weight:bold; | font-weight:bold; | ||||
| color:#8f560f; | color:#8f560f; | ||||
| margin-top: 42rpx; | |||||
| /* margin-bottom: 42rpx */ | /* margin-bottom: 42rpx */ | ||||
| } | } | ||||
| .bigticketView{ | .bigticketView{ |
| <view class="line"></view> | <view class="line"></view> | ||||
| <view class="myTicketTop" bindtap="lookMyTicket"> | <view class="myTicketTop" bindtap="lookMyTicket"> | ||||
| <image class="ticketIcon" src="../images/ticketIcon.png"></image> | <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> | <image style="transform:rotate({{mydeg}}deg)" class="ticketArrows" src="../images/ticketArrows.png"></image> | ||||
| </view> | </view> | ||||
| <image class="ticketImg" src="{{item.coupon_img_small}}"></image> | <image class="ticketImg" src="{{item.coupon_img_small}}"></image> | ||||
| </view> --> | </view> --> | ||||
| <view class="rigWord"> | <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="maney">92</text> | ||||
| <text class="Bigticket">元抵</text> | <text class="Bigticket">元抵</text> | ||||
| <text class="maney">100</text> | <text class="maney">100</text> | ||||
| <text class="Bigticket">元</text> | <text class="Bigticket">元</text> | ||||
| </view> | |||||
| </view> --> | |||||
| <view class="time">{{item.coupon_condition_desc}}</view> | <view class="time">{{item.coupon_condition_desc}}</view> | ||||
| <view class="time">(有效期:{{item.duration}})</view> | <view class="time">(有效期:{{item.duration}})</view> | ||||
| </view> | </view> | ||||
| <view class="line" style="margin-top:40rpx"></view> | <view class="line" style="margin-top:40rpx"></view> | ||||
| <view class="myTicketTop" bindtap="lookHistory"> | <view class="myTicketTop" bindtap="lookHistory"> | ||||
| <image class="historyIcon" src="../images/historyIcon.png"></image> | <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> | <image class="ticketArrows" src="../images/ticketArrows.png" style="transform:rotate({{historydeg}}deg)"></image> | ||||
| </view> | </view> | ||||
| <scroll-view class="scrollY2" scroll-y="true" scroll-top='{{topNum}}' wx:if="{{historyTicketArrows}}" bindscrolltolower="lower"> | <scroll-view class="scrollY2" scroll-y="true" scroll-top='{{topNum}}' wx:if="{{historyTicketArrows}}" bindscrolltolower="lower"> | ||||
| <view class="history" wx:for="{{historyArr}}"> | <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="tickName">{{item.coupon_name}}{{item.type_name}}</view> | ||||
| <view class="tickType">已使用</view> | <view class="tickType">已使用</view> | ||||
| </view> | </view> |
| margin-right: 32rpx; | margin-right: 32rpx; | ||||
| } | } | ||||
| .name{ | .name{ | ||||
| color:rgba(106,10,14,1); | |||||
| margin-bottom: 20rpx; | |||||
| font-size:40rpx; | |||||
| font-family:DINPro; | |||||
| font-weight:bold; | |||||
| color:#8f560f; | |||||
| } | } | ||||
| .name1,.name2{ | .name1,.name2{ | ||||
| font-size:35rpx; | font-size:35rpx; | ||||
| height: 36rpx; | height: 36rpx; | ||||
| } | } | ||||
| .ticketCode{ | .ticketCode{ | ||||
| /* width: 179rpx; */ | |||||
| width: 100%; | |||||
| text-align: center; | text-align: center; | ||||
| font-size:20rpx; | font-size:20rpx; | ||||
| font-family:DIN; | font-family:DIN; | ||||
| font-weight:500; | font-weight:500; | ||||
| /* color:rgba(255,255,255,1); */ | |||||
| position: absolute; | |||||
| top: 50%; | |||||
| transform: translateY(-50%); | |||||
| } | } | ||||
| .historyTicketBg{ | .historyTicketBg{ | ||||
| /* width: 179rpx; */ | /* width: 179rpx; */ | ||||
| .tickName{ | .tickName{ | ||||
| font-size:20rpx; | font-size:20rpx; | ||||
| color:rgba(102,102,102,1); | color:rgba(102,102,102,1); | ||||
| margin-left: 75rpx; | |||||
| } | } | ||||
| .tickType{ | .tickType{ | ||||
| font-size:24rpx; | font-size:24rpx; | ||||
| width: 350rpx; | width: 350rpx; | ||||
| text-align: center; | text-align: center; | ||||
| position: absolute; | position: absolute; | ||||
| top: 90rpx; | |||||
| top: 85rpx; | |||||
| left: 45rpx; | left: 45rpx; | ||||
| } | } | ||||
| <view class="contBot"> | <view class="contBot"> | ||||
| <image class="receiveTicket" src="../images/receiveTicket.png"></image> | <image class="receiveTicket" src="../images/receiveTicket.png"></image> | ||||
| <view class="textView"> | <view class="textView"> | ||||
| <view class="bigticketView"> | |||||
| <text class="nameText">{{ticketUser.coupon_name_detail}}</text> | |||||
| <!-- <view class="bigticketView"> | |||||
| <text class="maney">92</text> | <text class="maney">92</text> | ||||
| <text class="Bigticket">元抵</text> | <text class="Bigticket">元抵</text> | ||||
| <text class="maney">100</text> | <text class="maney">100</text> | ||||
| <text class="Bigticket">元</text> | <text class="Bigticket">元</text> | ||||
| </view> | |||||
| </view> --> | |||||
| <!-- <text class="nameText">{{ticketUser.coupon_name}}</text> --> | <!-- <text class="nameText">{{ticketUser.coupon_name}}</text> --> | ||||
| <text class="timeText">{{ticketUser.coupon_condition_desc}}</text> | <text class="timeText">{{ticketUser.coupon_condition_desc}}</text> | ||||
| <text class="timeText">(有效期:{{ticketUser.duration}})</text> | <text class="timeText">(有效期:{{ticketUser.duration}})</text> |