|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
<!-- 一等奖 -->
|
|
|
<view v-for="(item,index) in awardsList" :key="index">
|
|
|
- <view class="wrap-fixed" v-for="(itemTwo,index) in item.prizeList" :key="index"
|
|
|
+ <view class="wrap-fixed" v-for="(itemTwo,index1) in item.prizeList" :key="index1"
|
|
|
v-if="item.name == '一等奖'">
|
|
|
<view class="wrap-fixed-effectstwo">
|
|
|
<view class="effectsthree">
|
|
@@ -104,8 +104,8 @@
|
|
|
</view>
|
|
|
<view class="effectsthree-position">{{item.quantity}}个名额 </view>
|
|
|
<view style="padding-top: 120rpx;"></view>
|
|
|
- <view class="effectsthree-positionTwo" v-for="(itemTwo,index) in item.prizeList"
|
|
|
- :key="index">
|
|
|
+ <view class="effectsthree-positionTwo" v-for="(itemTwo,index1) in item.prizeList"
|
|
|
+ :key="index1">
|
|
|
<navigator
|
|
|
:url="JSON.parse(itemTwo.prizeType).value == 'goods' ? `/packagePrize/goods/detail?id=${ itemTwo.refId }`:JSON.parse(itemTwo.prizeType).value == 'coin' ?`/packagePrize/goods/detail?id=424`:`/packagePrize/goods/detail?id=425`"
|
|
|
hover-class="none">
|
|
@@ -138,7 +138,7 @@
|
|
|
<view class="wrap-description">
|
|
|
<view class="wrap-description-code"> 我的抽奖码</view>
|
|
|
<view v-if="info.codeList.length > 0" class="wrap-description-codetwo">
|
|
|
- <view class="codeList" v-for="(item,index) in info.codeList">
|
|
|
+ <view class="codeList" v-for="(item,index) in info.codeList" :key="index">
|
|
|
<view class="codeList-bottom">{{item}}</view>
|
|
|
</view>
|
|
|
</view>
|