大转盘样式测试
This commit is contained in:
parent
434c3af16d
commit
aae6575e39
@ -5,8 +5,7 @@
|
|||||||
<!-- 正常中奖 -->
|
<!-- 正常中奖 -->
|
||||||
<div class="has_prize" v-if="drawStatus">
|
<div class="has_prize" v-if="drawStatus">
|
||||||
<div class="money_num">
|
<div class="money_num">
|
||||||
<span>{{ amount }}</span
|
<span>{{ amount }}</span>元
|
||||||
>元
|
|
||||||
</div>
|
</div>
|
||||||
<div class="get_btn" @click="getMoney"></div>
|
<div class="get_btn" @click="getMoney"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -114,11 +113,10 @@ const redpacket = (prizeId) => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// Toast(data.msg);
|
|
||||||
|
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
title: "温馨提示",
|
title: "温馨提示",
|
||||||
message: data.msg,
|
message: '请先绑定牛卡号',
|
||||||
confirmButtonText: '前往绑定',
|
confirmButtonText: '前往绑定',
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
@ -213,6 +213,10 @@ defineExpose({
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.LuckyWheel_box {
|
.LuckyWheel_box {
|
||||||
|
|
||||||
|
width: 760px;
|
||||||
|
height: 500px;
|
||||||
|
|
||||||
// // border-width: 123px;
|
// // border-width: 123px;
|
||||||
// border-style: solid;
|
// border-style: solid;
|
||||||
// border-radius: 50%;
|
// border-radius: 50%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user