diff --git a/screenshots/lottery2.png b/screenshots/lottery2.png
new file mode 100644
index 0000000..d40c32c
Binary files /dev/null and b/screenshots/lottery2.png differ
diff --git a/src/pages.json b/src/pages.json
index 2ad2806..d49846f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -59,6 +59,13 @@
"navigationBarTitleText": "九宫格抽奖"
}
},
+ {
+ "path": "pages/demo/lottery2",
+ "type": "page",
+ "style": {
+ "navigationBarTitleText": "大转盘抽奖"
+ }
+ },
{
"path": "pages/login/login",
"type": "page",
diff --git a/src/pages/demo/lottery2-1.png b/src/pages/demo/lottery2-1.png
new file mode 100644
index 0000000..e2475b0
Binary files /dev/null and b/src/pages/demo/lottery2-1.png differ
diff --git a/src/pages/demo/lottery2-2.png b/src/pages/demo/lottery2-2.png
new file mode 100644
index 0000000..c24e67c
Binary files /dev/null and b/src/pages/demo/lottery2-2.png differ
diff --git a/src/pages/demo/lottery2.vue b/src/pages/demo/lottery2.vue
new file mode 100644
index 0000000..67f404e
--- /dev/null
+++ b/src/pages/demo/lottery2.vue
@@ -0,0 +1,181 @@
+
+{
+ style: { navigationBarTitleText: '大转盘抽奖' },
+}
+
+
+
+ 大转盘抽奖
+
+
+ 下面是调试过程图片
+ 欢迎感兴趣的玩家继续优化
+ 计算lottery-item-inner节点的padding-left值
+
+ 调整lottery-item-gift节点
+
+
+
+
+
+
+
diff --git a/uni-pages.d.ts b/uni-pages.d.ts
index 1f22657..ff6521f 100644
--- a/uni-pages.d.ts
+++ b/uni-pages.d.ts
@@ -7,6 +7,7 @@ interface NavigateToOptions {
url: "pages/index/index" |
"pages/demo/clock" |
"pages/demo/lottery" |
+ "pages/demo/lottery2" |
"pages/login/login" |
"pages/my/index" |
"pages/throughout/index" |