|
@@ -3,7 +3,7 @@
|
|
|
<u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="盲票列表"></u-navbar>
|
|
|
<view class="ticket-box">
|
|
|
<view class="flex ticket-box-list">
|
|
|
- <navigator :url="`/pages/ticketBox/detail?id=${ item.boxId }`" class="flex ticket-box-list-item"
|
|
|
+ <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">
|
|
|
<image :src="item.picUrl" mode="aspectFill"></image>
|
|
|
<view class="info">
|