|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<view class="main">
|
|
<view class="main">
|
|
- <view class="pre_one">优惠劵({{couponList.length}})</view>
|
|
|
|
|
|
+ <view class="pre_one">优惠劵({{couponList.length}}张)</view>
|
|
<view class="pre_two" v-for="(item,index) in couponList" :key="index">
|
|
<view class="pre_two" v-for="(item,index) in couponList" :key="index">
|
|
<view class="left">
|
|
<view class="left">
|
|
<view class="money">¥{{item.money||'0'}}</view>
|
|
<view class="money">¥{{item.money||'0'}}</view>
|
|
@@ -11,7 +11,7 @@
|
|
<view class="type"><text>{{item.discount_type_label||'暂无'}}</text>
|
|
<view class="type"><text>{{item.discount_type_label||'暂无'}}</text>
|
|
{{item.name||'暂无'}}
|
|
{{item.name||'暂无'}}
|
|
</view>
|
|
</view>
|
|
- <view class="date">有效期{{item.expire_time||'暂无'}}</view>
|
|
|
|
|
|
+ <view class="date">{{item.expire_time||'暂无'}}</view>
|
|
<view class="date">{{item.use_limit_label||'暂无'}}-{{item.get_limit_label||'暂无'}}</view>
|
|
<view class="date">{{item.use_limit_label||'暂无'}}-{{item.get_limit_label||'暂无'}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="btn">
|
|
<view class="btn">
|
|
@@ -96,7 +96,7 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
border-radius: 3vw;
|
|
border-radius: 3vw;
|
|
- padding: 4vw 3vw;
|
|
|
|
|
|
+ padding: 1.5vw 3vw;
|
|
background-color: var(--mainColor);
|
|
background-color: var(--mainColor);
|
|
|
|
|
|
.other {
|
|
.other {
|
|
@@ -128,7 +128,7 @@
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
- -webkit-line-clamp: 1;
|
|
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
font-size: var(--font12Size);
|
|
font-size: var(--font12Size);
|
|
color: var(--f99Color);
|
|
color: var(--f99Color);
|