|
@@ -12,7 +12,7 @@
|
|
|
<view class="flex ticket-box-list">
|
|
|
<!-- <navigator :url="`/pages/ticketBox/detail?boxId=${ item.boxId }`" class="flex ticket-box-list-item"
|
|
|
hover-class="navigator-hover" v-for="(item, index) in list" :key="index"> -->
|
|
|
- <navigator :url="JSON.parse(item.refType).value === 'goods' ? `/packagePrize/goods/detail?id=${ item.refId }&boxId=${ item.boxId }`:JSON.parse(item.refType).value === 'coin' ?`/packagePrize/goods/detail?id=424`:`/packagePrize/goods/detail?id=425`" class="flex ticket-box-list-item"
|
|
|
+ <navigator :url="JSON.parse(item.refType).value === 'goods' ? `/packagePrize/goods/index?id=${ item.refId }&boxId=${ item.boxId }`:JSON.parse(item.refType).value === 'coin' ?`/packagePrize/goods/index?id=424`:`/packagePrize/goods/index?id=425`" class="flex ticket-box-list-item"
|
|
|
hover-class="navigator-hover" v-for="(item, index) in list" :key="index">
|
|
|
<image :src="item.picUrl" mode="aspectFill"></image>
|
|
|
<view class="info">
|