diff --git a/src/components/BigImgCell/index.vue b/src/components/BigImgCell/index.vue new file mode 100644 index 0000000..f3d8656 --- /dev/null +++ b/src/components/BigImgCell/index.vue @@ -0,0 +1,172 @@ + + + + diff --git a/src/components/DlcCell/index.vue b/src/components/DlcCell/index.vue new file mode 100644 index 0000000..d6d8f5e --- /dev/null +++ b/src/components/DlcCell/index.vue @@ -0,0 +1,66 @@ + + + + diff --git a/src/components/PriceCell/index.vue b/src/components/PriceCell/index.vue new file mode 100644 index 0000000..b9a5ede --- /dev/null +++ b/src/components/PriceCell/index.vue @@ -0,0 +1,91 @@ + + + + diff --git a/src/modules/gameinfo.ts b/src/modules/gameinfo.ts new file mode 100644 index 0000000..f5ac212 --- /dev/null +++ b/src/modules/gameinfo.ts @@ -0,0 +1,6 @@ +export interface IGameInfo{ + gameId: string + name: string + ename: string + cover: string +} diff --git a/src/pages.json b/src/pages.json index 78f899e..6ddf5d0 100644 --- a/src/pages.json +++ b/src/pages.json @@ -31,7 +31,8 @@ "path": "pages/info/index", "style": { "navigationBarTitleText": "游戏详情", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "navigationStyle": "custom" } } ], diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index c5ca48b..84173b4 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,52 +1,8 @@