Commit 8a11940d authored by Mac's avatar Mac

1

parent e1e92de3
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
</style> </style>
<template> <template>
<view class="myreward" :style="{ height: contentHeight }"> <view class="myreward" :style="{ height: contentHeight }">
<!-- <u-empty v-if="dataList.length == 0" text="暂无奖励" mode="coupon"></u-empty> --> <u-empty v-if="dataList.length == 0" text="暂无奖励" mode="coupon"></u-empty>
<view <view
v-if="dataList.length>0"
style=" style="
height: calc(100vh ); height: calc(100vh );
width: calc(100vw); width: calc(100vw);
...@@ -69,11 +69,11 @@ ...@@ -69,11 +69,11 @@
> >
<view class="details" v-for="(x, i) in dataList" :key="i"> <view class="details" v-for="(x, i) in dataList" :key="i">
<view class="myRewardContent"> <view class="myRewardContent">
<view style="width:76%;display: flex;"> <view style="width:calc(100vw - 110px);display: flex;">
<view class="reward_ImgDiv"> <view class="reward_ImgDiv">
<img :src="x.PrizeImage" alt=""> <img :src="x.PrizeImage" alt="">
</view> </view>
<view style="padding-left:10px;max-width:170px;"> <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">剩余{{x.SurplusDay}}天兑换</view> <view class="reDuihuan Chaochu">剩余{{x.SurplusDay}}天兑换</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