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