diff --git a/pages.json b/pages.json index 86bde8c..f9c5474 100644 --- a/pages.json +++ b/pages.json @@ -447,13 +447,17 @@ "onReachBottomDistance": 40, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } - }, - { - "path" : "threeHighsAndSixDiseases/threeHighsAndSixDiseases", - "style" : - { - "navigationBarTitleText" : "三高六病", - "enablePullDownRefresh" : false + },{ + "path": "threeHighsAndSixDiseases/threeHighsAndSixDiseases", + "style": { + "navigationBarTitleText": "三高六病", + "enablePullDownRefresh": false + } + },{ + "path": "threeHundredAndSixty/threeHundredAndSixty", + "style": { + "navigationBarTitleText": "360健康画像", + "enablePullDownRefresh": false } } ] diff --git a/pages/homepage/homepage.scss b/pages/homepage/homepage.scss index 5d15769..ad5ccc2 100644 --- a/pages/homepage/homepage.scss +++ b/pages/homepage/homepage.scss @@ -1,7 +1,18 @@ .app { height: 100vh; background-color: #F7F5F5; - + + .title{ + width: 100%; + text-align: center; + font-size: 44rpx; + color: #F9FDFC; + position: absolute; + top:250rpx; + letter-spacing: 0.2em; + left:0%; + } + .contentbottom { width: 95%; height: 446rpx; diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 9837ce8..0baafa3 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -3,6 +3,9 @@ + + 家庭医生服务平台 + @@ -54,19 +57,19 @@ - + 三高六病 - - + + 自主检测 - - + + 360健康画像 @@ -469,6 +472,15 @@ }) } }, + gothreeHundredAndSixty() { + if (!this.userinfo) { + this.gologin(); + } else { + uni.navigateTo({ + url: "/pagesB/threeHundredAndSixty/threeHundredAndSixty" + }) + } + }, } } diff --git a/pagesB/Behaviorpoints/Behaviorpoints.vue b/pagesB/Behaviorpoints/Behaviorpoints.vue index d98574c..9196a73 100644 --- a/pagesB/Behaviorpoints/Behaviorpoints.vue +++ b/pagesB/Behaviorpoints/Behaviorpoints.vue @@ -68,9 +68,6 @@ export default { data() { return { - noticebarlist: [ - '给自己开一个健康储蓄账户', - ], query: { identity: uni.getStorageSync('userinfo').cardNo, pageNum: 1, diff --git a/pagesB/threeHundredAndSixty/threeHundredAndSixty.vue b/pagesB/threeHundredAndSixty/threeHundredAndSixty.vue new file mode 100644 index 0000000..6c812ec --- /dev/null +++ b/pagesB/threeHundredAndSixty/threeHundredAndSixty.vue @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/static/360.png b/static/360.png new file mode 100644 index 0000000..c59f08f Binary files /dev/null and b/static/360.png differ diff --git a/static/threesix.png b/static/threesix.png new file mode 100644 index 0000000..4e98abc Binary files /dev/null and b/static/threesix.png differ diff --git a/static/zizhujiance.png b/static/zizhujiance.png new file mode 100644 index 0000000..be65546 Binary files /dev/null and b/static/zizhujiance.png differ