权益
This commit is contained in:
parent
d339b42b66
commit
26f9711a15
|
|
@ -49,9 +49,10 @@
|
||||||
普通奖励
|
普通奖励
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="hasAnyGaoJiang" class="center" style="color: #333333; font-size: 24rpx;">
|
<!-- 高级奖励暂时隐藏 -->
|
||||||
|
<!-- <view v-if="hasAnyGaoJiang" class="center" style="color: #333333; font-size: 24rpx;">
|
||||||
高级奖励
|
高级奖励
|
||||||
</view>
|
</view> -->
|
||||||
<view class="get-btn">
|
<view class="get-btn">
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -65,9 +66,10 @@
|
||||||
<image :src="$img1('my/quan.png')" mode="aspectFit"></image>
|
<image :src="$img1('my/quan.png')" mode="aspectFit"></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="hasAnyGaoJiang" class="prize center" @click="preview(item)" style="background: #FFFFFF;">
|
<!-- 高级奖励暂时隐藏 -->
|
||||||
|
<!-- <view v-if="hasAnyGaoJiang" class="prize center" @click="preview(item)" style="background: #FFFFFF;">
|
||||||
<image :src="$img1('my/liwu.png')" mode="aspectFit"></image>
|
<image :src="$img1('my/liwu.png')" mode="aspectFit"></image>
|
||||||
</view>
|
</view> -->
|
||||||
<view v-if="item.is_ling == 1 && item.pu_jiang.length>0" class="get-btn center"
|
<view v-if="item.is_ling == 1 && item.pu_jiang.length>0" class="get-btn center"
|
||||||
@click="doReceive(item)">
|
@click="doReceive(item)">
|
||||||
领取
|
领取
|
||||||
|
|
@ -461,7 +463,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: calc(100% - 140rpx);
|
width: calc(100% - 140rpx);
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
height: 460rpx;
|
height: 280rpx;
|
||||||
margin-top: -3rpx;
|
margin-top: -3rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user