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 @@
+
+
+
+
+
+
+
+
+ 20%折扣
+
+
+ {{gData.name}} ({{gData.ename}})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $200.0
+ $200.0
+ 美国
+
+
+
+
+ 折扣还剩7天
+
+
+
+
+
+
+ 分享
+
+
+
+ 点赞
+
+
+
+ 评论
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+ dlc名字
+
+
+ $100.0
+
+
+
+
+
+
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 @@
+
+
+
+ 日本
+
+
+
+
+
+
+ 剩余14天
+
+
+
+ 史低100
+ $100.0
+ HKD210
+
+
+
+
+
+
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 @@
-
-
-
-
-
-
-
- 20%折扣
-
-
- 游戏名game name
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $200.0
- $200.0
- 美国
-
-
-
-
-
-
- 分享
-
-
-
- 点赞
-
-
-
- 评论
-
-
-
+
+
@@ -54,27 +10,32 @@