Commit 8a11940d authored by Mac's avatar Mac

1

parent e1e92de3
......@@ -50,9 +50,9 @@
</style>
<template>
<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
v-if="dataList.length>0"
style="
height: calc(100vh );
width: calc(100vw);
......@@ -69,11 +69,11 @@
>
<view class="details" v-for="(x, i) in dataList" :key="i">
<view class="myRewardContent">
<view style="width:76%;display: flex;">
<view style="width:calc(100vw - 110px);display: flex;">
<view class="reward_ImgDiv">
<img :src="x.PrizeImage" alt="">
</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="reDuihuan Chaochu">{{x.PrizeName}}</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