Commit 68f070af authored by Mac's avatar Mac

2

parent ef6ba2e5
......@@ -124,7 +124,7 @@
<view class="active_Title">活动规则</view>
<view class="active_Inner">
<view v-if="dataList.Type==1" >
活动期间累计订单数量需满足{{dataList.OrderNum}}
活动期间累计订单数量需满足{{dataList.OrderNum}}
</view>
<view v-if="dataList.Type==2">
活动期间累计订单金额需满足{{dataList.OrderMoney}}
......
......@@ -8,12 +8,12 @@
}
.reward_ImgDiv{
width:120px;
height:70px;
height:90px;
border-radius: 5px;
overflow: hidden;
box-shadow: 2px 2px 8px #d2d2d2;
}
.reward_ImgDiv img{
.reward_ImgDiv image{
width:100%;
height:100%;
}
......@@ -71,16 +71,17 @@
<view class="myRewardContent">
<view style="width:calc(100vw - 110px);display: flex;">
<view class="reward_ImgDiv">
<img :src="x.PrizeImage" alt="">
<image :src="x.PrizeImage" alt="" mode='aspectFill'/>
</view>
<view style="padding-left:10px;flex: 1;width: 1px;">
<view class="rewardTop Chaochu">{{x.ActivityName}}</view>
<!-- <view class="reDuihuan Chaochu">{{x.PrizeName}}</view> -->
<view class="reDuihuan Chaochu">{{x.PrizeName}}</view>
<view class="reDuihuan Chaochu" style="font-family: aa;" >截止:{{x.ReceiveTime}}之前兑换</view>
<view class="reDuihuan Chaochu" style="display:flex;flex-direction: row;align-items: center;font-family: aa;">
<image src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/tiaoxingma.png" style="width: 13px;height: 10px;margin-right: 5px;"></image>
{{x.Code}}</view>
<view class="reDuihuan Chaochu" style="font-family: aa;" >截止{{x.ReceiveTime}}之前兑换</view>
</view>
</view>
<view>
......
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