diff --git a/.gitignore b/.gitignore index 78a752d..193a671 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log package-lock.json yarn.lock +/manifest.json diff --git a/App.vue b/App.vue index 6d6d52b..eda9c4e 100644 --- a/App.vue +++ b/App.vue @@ -15,6 +15,8 @@ } - \ No newline at end of file + @import 'uview-ui/index.scss'; + diff --git a/manifest.json b/manifest.json index e3780b6..a9b2899 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wx78efc832a9373884", "setting" : { "urlCheck" : false }, diff --git a/package.json b/package.json index 49fd105..93e4c3f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "dependencies": { + "scss": "^0.2.4", "uview-ui": "^2.0.36" } } diff --git a/pages/index/childComps/HomeHeader.vue b/pages/index/childComps/HomeHeader.vue new file mode 100644 index 0000000..6a3e041 --- /dev/null +++ b/pages/index/childComps/HomeHeader.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 537ac72..5acd1a8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,25 +1,102 @@ - \ No newline at end of file diff --git a/pages/my/my.vue b/pages/my/my.vue index ecb41eb..2d30c91 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -28,4 +28,4 @@ \ No newline at end of file +