@@ -126,7 +126,7 @@
</div>
<div v-if="item.status == 0" class="status">
- <router-link :to="{path:'/home/pointsMall/redeem',query: {id: item.skuId,name: 'giftNotice',type: item.actId}}" class="use-btn">
+ <router-link :to="{path:'/home/pointsMall/redeem',query: {id: item.skuId || (item.couponVo && item.couponVo.skuIds && item.couponVo.skuIds[0]),name: 'giftNotice',type: item.actId}}" class="use-btn">
<span @click="setTab">去使用</span>
</router-link>