大转盘样式测试

This commit is contained in:
tcubic 2022-08-05 17:30:41 +08:00
parent 434c3af16d
commit aae6575e39
2 changed files with 6 additions and 4 deletions

View File

@ -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(() => {

View File

@ -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%;