From 5a3fe8116fdd07ec44023db0c1d74d9fb1cea72d Mon Sep 17 00:00:00 2001
From: qian <1694319867@qq.com>
Date: Sun, 23 Oct 2022 23:47:34 +0800
Subject: [PATCH] =?UTF-8?q?v2.3=202022-10-23=201.=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E6=8A=BD=E5=A5=96=E5=8A=A9=E6=89=8B=E7=95=8C=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../choujiangzhushou/choujiangzhushou.vue | 234 +++++++++++++++++-
pages/subpages/suijitouzi/suijitouzi.vue | 8 +-
2 files changed, 236 insertions(+), 6 deletions(-)
diff --git a/pages/subpages/choujiangzhushou/choujiangzhushou.vue b/pages/subpages/choujiangzhushou/choujiangzhushou.vue
index 8183fd0..2a61853 100644
--- a/pages/subpages/choujiangzhushou/choujiangzhushou.vue
+++ b/pages/subpages/choujiangzhushou/choujiangzhushou.vue
@@ -1,22 +1,248 @@
-
-
+
+
+
+
+
+
+
+
+ 奖品名称
+
+
+
+
+ 奖品数量
+
+
+ 个
+
+
+
+
+ 奖品说明
+
+
+
+
+ 开奖方式
+
+
+ 请选择开奖方式
+
+
+ {{openType[typeIndex]}}
+
+
+
+
+ 开奖时间
+
+
+ {{date}}
+
+
+
+
+ {{time}}
+
+
+
+
+
+ 开奖人数
+
+
+ 个
+
+
+
+
+
+
+
diff --git a/pages/subpages/suijitouzi/suijitouzi.vue b/pages/subpages/suijitouzi/suijitouzi.vue
index af26df8..649ab2d 100644
--- a/pages/subpages/suijitouzi/suijitouzi.vue
+++ b/pages/subpages/suijitouzi/suijitouzi.vue
@@ -19,12 +19,12 @@
- 当前选择:{{array[index]}} v
+ 当前选择:{{array[index]}}
-
+
@@ -170,4 +170,8 @@
background-size: 60% 60%;
z-index: 10;
}
+
+ .sjtz-ad {
+ margin: 20px;
+ }