diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index 965e30a0..72fc221b 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -71,6 +71,7 @@
立即抽奖
+

剩余 {{activeInfo.allowRaffle ? 1 : 0}} 次抽奖机会

@@ -182,9 +183,9 @@ export default { duration: this.duration, timingFunction: "ease-in-out", //旋转模式 }); - this.activityId = option.activityId - this.friendId = option.friendId || '' - // this.activityId = '75a4c4493de54f9fb63868817079c89c' + // this.activityId = option.activityId + // this.friendId = option.friendId || '' + this.activityId = '75a4c4493de54f9fb63868817079c89c' this.getDetail() this.getAwardedList() }, @@ -565,7 +566,7 @@ export default { } .turntable-content { width: 700px; - height: 960px; + height: 1020px; background-image: url('./img/turntable-bg.png'); background-size: 100% 100%; background-repeat: no-repeat; @@ -584,11 +585,25 @@ export default { font-size: 40px; color: #DC0000; position: absolute; - bottom: 164px; + bottom: 228px; left: 50%; margin-left: -148px; cursor: pointer; } + .turntable-count { + position: absolute; + bottom: 182px; + left: 50%; + margin-left: -148px; + width: 296px; + text-align: center; + color: rgba(255, 246, 240, 1); + font-size: 28px; + font-weight: 400; + span { + color: #43FFE7; + } + } .turntable-btn:active{ transform: scale(0.95); } diff --git a/src/project/activeAnalysis/AppLuckyDraw/img/turntable-bg.png b/src/project/activeAnalysis/AppLuckyDraw/img/turntable-bg.png index 795e6bc8..1926e7fa 100644 Binary files a/src/project/activeAnalysis/AppLuckyDraw/img/turntable-bg.png and b/src/project/activeAnalysis/AppLuckyDraw/img/turntable-bg.png differ