feat:更换oss
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
<dengbo-lotteryWheel :prizes="prizes" :size="626" :duration="5000" @run="startClick(1)" @done="Done"
|
||||
ref="luckyWheel" :lightImgs="lightImages" customStyle="borderRadius: 50%;" :styleOpt="styleOpt">
|
||||
<template v-slot:bg>
|
||||
<image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/turntable.png"
|
||||
<image src="https://static.tbmall.xin/static/turntable.png"
|
||||
style="width: 100%; height: 100%;" />
|
||||
</template>
|
||||
<template v-slot:pointer>
|
||||
<image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/zz.png"
|
||||
<image src="https://static.tbmall.xin/static/zz.png"
|
||||
style="width: 50px; height: 50px;" mode="widthFix" @click="startClick(1)" />
|
||||
</template>
|
||||
</dengbo-lotteryWheel>
|
||||
@@ -71,7 +71,7 @@ import { getActivityList, raffleExecute } from '@/api/raffle.js';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
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'],
|
||||
lightImages: ['https://static.tbmall.xin/static/bg_bs.png', 'https://static.tbmall.xin/static/bg_hs.png'],
|
||||
prizesObj: {},
|
||||
prizes: [],
|
||||
lotteryList: [],// 中奖的列表ID
|
||||
|
||||
Reference in New Issue
Block a user