Commit 68f070af authored by Mac's avatar Mac

2

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