feat:体验版发版
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
style="width: 100%; height: 100%;" />
|
||||
</template>
|
||||
<template v-slot:pointer>
|
||||
<image src="/static/turntable/zz.png" style="width: 50px; height: 50px;" mode="widthFix"
|
||||
@click="startClick(1)" />
|
||||
<image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/zz.png"
|
||||
style="width: 50px; height: 50px;" mode="widthFix" @click="startClick(1)" />
|
||||
</template>
|
||||
</dengbo-lotteryWheel>
|
||||
</view>
|
||||
@@ -71,7 +71,7 @@ import { getActivityList, raffleExecute } from '@/api/raffle.js';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
lightImages: ['/static/turntable/bg_bs.png', '/static/turntable/bg_hs.png'],
|
||||
lightImages: ['https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/bg_bs.png', 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/bg_hs.png'],
|
||||
prizesObj: {},
|
||||
prizes: [],
|
||||
lotteryList: [],// 中奖的列表ID
|
||||
|
||||
Reference in New Issue
Block a user