diff --git a/src/pages.json b/src/pages.json index d49846f..8e6f6e8 100644 --- a/src/pages.json +++ b/src/pages.json @@ -73,6 +73,10 @@ "navigationBarTitleText": "登录" } }, + { + "path": "pages/lottery/nine-grid", + "type": "page" + }, { "path": "pages/my/index", "type": "page", diff --git a/src/pages/lottery/nine-grid.vue b/src/pages/lottery/nine-grid.vue new file mode 100644 index 0000000..7628c7c --- /dev/null +++ b/src/pages/lottery/nine-grid.vue @@ -0,0 +1,190 @@ + + + + diff --git a/uni-pages.d.ts b/uni-pages.d.ts index ff6521f..06440fd 100644 --- a/uni-pages.d.ts +++ b/uni-pages.d.ts @@ -9,6 +9,7 @@ interface NavigateToOptions { "pages/demo/lottery" | "pages/demo/lottery2" | "pages/login/login" | + "pages/lottery/nine-grid" | "pages/my/index" | "pages/throughout/index" | "pages/index/demo/component-auto-import" |