|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<template> |
|
|
|
|
<view class="almost-lottery"> |
|
|
|
|
<!-- head --> |
|
|
|
|
<image src="../static/head.jpg" mode="widthFix" class="width100"></image> |
|
|
|
|
<image :src="imagewxUrl+imgadres1" mode="widthFix" class="width100"></image> |
|
|
|
|
<view class="almost-lottery__wheel"> |
|
|
|
|
<AlmostLottery :lottery-size="lotteryConfig.lotterySize" :action-size="lotteryConfig.actionSize" |
|
|
|
|
:ring-count="2" :duration="5" :prize-list="prizeList" :prize-index="prizeIndex" |
|
|
|
@ -55,6 +55,8 @@ |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
imageUrl: app.globalData.imgUrl, |
|
|
|
|
imagewxUrl: app.globalData.imageWxImg, |
|
|
|
|
imgadres1: 'activityhead.png', |
|
|
|
|
//活动id |
|
|
|
|
activityId : '', |
|
|
|
|
//获取中间参数 |
|
|
|
|