diff --git a/src/assets/icon/reset.png b/src/assets/icon/reset.png new file mode 100644 index 0000000..9fcf177 Binary files /dev/null and b/src/assets/icon/reset.png differ diff --git a/src/pages.json b/src/pages.json index 66bc1b9..68e3501 100644 --- a/src/pages.json +++ b/src/pages.json @@ -3,20 +3,31 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "慧图" + "navigationBarTitleText": "慧拍" } }, { "path": "pages/uploadPhoto/uploadPhoto", "style": { - "navigationBarTitleText": "慧图" + "navigationBarTitleText": "慧拍" } - } - , + }, { "path": "pages/closeStyle/closeStyle", "style": { - "navigationBarTitleText": "慧图" + "navigationBarTitleText": "慧拍" + } + }, + { + "path": "pages/home/index", + "style": { + "navigationBarTitleText": "慧拍" + } + }, + { + "path": "pages/home/buyCoin", + "style": { + "navigationBarTitleText": "购买金币" } } ], diff --git a/src/pages/home/buyCoin.vue b/src/pages/home/buyCoin.vue new file mode 100644 index 0000000..1030862 --- /dev/null +++ b/src/pages/home/buyCoin.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue new file mode 100644 index 0000000..c3cbf68 --- /dev/null +++ b/src/pages/home/index.vue @@ -0,0 +1,223 @@ + + + + + diff --git a/src/style/my.scss b/src/style/my.scss index 89ce9da..ee6af07 100644 --- a/src/style/my.scss +++ b/src/style/my.scss @@ -6,6 +6,10 @@ padding: 20rpx; } +view { + box-sizing: border-box; +} + .imgContenBox { position: relative; @@ -15,4 +19,12 @@ left: 50%; transform: translate(-50%, -50%); } -} \ No newline at end of file +} + +// 主要文字颜色和图片颜色 +// .imgggg { +// color: #4452d7; +// } +// .texttttt { +// color: #8d43c9; +// } \ No newline at end of file