Commit 864d597c authored by zhangjianguo's avatar zhangjianguo

1

parent 90e17ba8
......@@ -338,6 +338,7 @@ export default {
color: #000;
}
.couponStyle .item .detail .coupond .date {
font-family: '23';
margin-top: 5px;
font-size: 12px;
color: #777;
......
......@@ -38,7 +38,7 @@
</view>
<view class="item_b">
<Text v-if='x.IndateType==1'>领券后{{x.IndateDay}}天过期</Text>
<Text v-if='x.IndateType==2'>有效日期{{x.StartDate}}-{{x.EndDate}}</Text>
<Text v-if='x.IndateType==2'>有效日期:{{x.StartDate}}-{{x.EndDate}}</Text>
<!-- <Text class="top_title" >{{x.UseTypeStr}}</Text> -->
<Text class='top_title' v-if='x.UseType==1'>适用类别: <Text v-for="(item, index) in x.ProductList" :key="index">{{item.Relevance}}</Text> </Text>
<Text class='top_title' v-if='x.UseType==2'>适用商品: <Text v-for="(item, index) in x.ProductList" :key="index">{{item.Relevance}}</Text> </Text>
......@@ -237,6 +237,7 @@ export default {
}
.couponlistStyle .item_b{
font-family: '213';
width: 100%;
height: 60px;
display: flex;
......@@ -244,7 +245,7 @@ export default {
padding: 10px;
background-color: #fff;
justify-content: space-around;
font-size: 14px;
font-size: 12px;
position: relative;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment