diff --git a/src/components/Draw.vue b/src/components/Draw.vue
index 9f30618..0778f36 100644
--- a/src/components/Draw.vue
+++ b/src/components/Draw.vue
@@ -5,8 +5,7 @@
- {{ amount }}元
+ {{ amount }}元
@@ -114,11 +113,10 @@ const redpacket = (prizeId) => {
},
});
} else {
- // Toast(data.msg);
Dialog.confirm({
title: "温馨提示",
- message: data.msg,
+ message: '请先绑定牛卡号',
confirmButtonText: '前往绑定',
})
.then(() => {
diff --git a/src/components/LuckyWheel.vue b/src/components/LuckyWheel.vue
index 573f8e4..baf708b 100644
--- a/src/components/LuckyWheel.vue
+++ b/src/components/LuckyWheel.vue
@@ -213,6 +213,10 @@ defineExpose({
flex-direction: column;
.LuckyWheel_box {
+
+ width: 760px;
+ height: 500px;
+
// // border-width: 123px;
// border-style: solid;
// border-radius: 50%;