diff --git a/src/components/GridLottery.vue b/src/components/GridLottery.vue
new file mode 100644
index 0000000..97b59c9
--- /dev/null
+++ b/src/components/GridLottery.vue
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages-sub/lottery/index.vue b/src/pages-sub/lottery/index.vue
index 3ee3eda..ed46c62 100644
--- a/src/pages-sub/lottery/index.vue
+++ b/src/pages-sub/lottery/index.vue
@@ -1,19 +1,146 @@
-
-
{
style: {
- navigationBarTitleText: '幸运大转盘',
+ navigationBarTitleText: '转盘抽奖',
navigationBarBackgroundColor: '#fff',
navigationStyle: 'custom',
},
}
+
+
-
+
+
+
+
+
+
+
+ {{ data.title }}
+
+
+
+
+ 点击
+ 抽奖
+
+
+
+
+
+
+
+ 抽奖规则
+
+ 1. 每轮抽奖消耗10000认购点,每轮抽奖次数为3次,每轮抽奖结束后,消耗的认购点将恢复为0。
+
+
diff --git a/src/pages.json b/src/pages.json
index 1fabe67..b2df7cf 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -183,7 +183,7 @@
"path": "lottery/index",
"type": "page",
"style": {
- "navigationBarTitleText": "幸运大转盘",
+ "navigationBarTitleText": "转盘抽奖",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
diff --git a/src/static/images/lottery-bar.png b/src/static/images/lottery-bar.png
new file mode 100644
index 0000000..2d9f1ff
Binary files /dev/null and b/src/static/images/lottery-bar.png differ
diff --git a/src/static/images/lottery-bg.png b/src/static/images/lottery-bg.png
new file mode 100644
index 0000000..a9311c4
Binary files /dev/null and b/src/static/images/lottery-bg.png differ