|
@@ -25,7 +25,7 @@
|
|
|
</view>
|
|
|
<!-- 图片 -->
|
|
|
<view class="content">
|
|
|
- <image style="width: 100%;" src="/static/lucky_draw_events.png" mode="widthFix"></image>
|
|
|
+ <image style="width: 100%;" src="/static/lucky_draw_events.jpg" mode="widthFix"></image>
|
|
|
</view>
|
|
|
|
|
|
<view class=" padding-lr" :key="'00'" :id="'00'">
|
|
@@ -37,9 +37,10 @@
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="action">
|
|
|
- <text class="text-grey" style="" @click="toLottery()">
|
|
|
- 活动详情
|
|
|
+ <text class="text-red" style="" @click="toLuckyDrawMember()">
|
|
|
+ 报名详情
|
|
|
</text>
|
|
|
+ <text class="cuIcon-friend text-red"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -102,6 +103,12 @@
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/test/luckyDraw/LuckyDrawShowList?eventId='+this.dataDetail.id
|
|
|
})
|
|
|
+ },
|
|
|
+ // 跳转报名详情页面 参数eventId为活动id
|
|
|
+ toLuckyDrawMember() {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/test/luckyDraw/LuckyDrawMemberList?eventId='+this.dataDetail.id
|
|
|
+ })
|
|
|
}
|
|
|
},
|
|
|
}
|