diff --git a/pages.json b/pages.json index 5810dd5..6b73022 100644 --- a/pages.json +++ b/pages.json @@ -289,7 +289,7 @@ }, { "path": "pages/Healthrecords/Healthrecords", "style": { - "navigationBarTitleText": "健康档案", + "navigationBarTitleText": "泉医到家", "enablePullDownRefresh": false } }, { diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index a0b839e..7e783f9 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -55,10 +55,16 @@ - - - - + + + + + + + + + + @@ -302,17 +308,33 @@ }) }, 0) }, + //跳转新意象 goycjc() { uni.navigateToMiniProgram({ appId: 'wxa2335d45fb25ee50', success(res) {} }) }, + //goHealthrecords + goHealthrecords() { + uni.navigateTo({ + url: "/pages/Healthrecords/Healthrecords" + }) + }, + //跳转疏于 + gosuyu() { + uni.navigateToMiniProgram({ + appId: 'wxa0e41e29dd9e540b', + success(res) {} + }) + }, + //跳转 gopzyh() { uni.navigateTo({ url: `/pages/nursestation/nursestation?nurseStationId=${13}` }) }, + //跳转贴心智养 gonight() { uni.navigateTo({ url: '/pages/night/night' @@ -496,24 +518,42 @@ flex-wrap: wrap; background-color: #fff; width: 100%; - padding: 30rpx 3%; + padding: 30rpx 2%; margin-bottom: 20rpx; + .topimgs { + display: flex; + justify-content: space-around; + width: 100%; + margin-bottom: 30rpx; + + image { + width: 30%; + height: 180rpx; + } + } .shopping { - margin-top: 15rpx; + margin-top: 5rpx; width: 98%; height: 170rpx; } - image { - display: block; + .rightimg { + display: inline-block; width: 48%; - height: 165rpx; + + image { + display: block; + margin-bottom: 10rpx; + width: 100%; + height: 165rpx; + } } - image:nth-child(1) { - margin-bottom: 14rpx; + .night { + width: 48%; + height: 340rpx; } } diff --git a/pages/m-city/m-city.vue b/pages/m-city/m-city.vue index 6fd71fd..6929d5f 100644 --- a/pages/m-city/m-city.vue +++ b/pages/m-city/m-city.vue @@ -82,9 +82,7 @@ }; }, onShow() {}, - onLoad() { - - }, + onLoad() {}, onUnload() {}, methods: { goemit() { diff --git a/static/96558.png b/static/96558.png index b9a14db..2ea0405 100644 Binary files a/static/96558.png and b/static/96558.png differ diff --git a/static/pzyh.png b/static/pzyh.png index 92da947..8096386 100644 Binary files a/static/pzyh.png and b/static/pzyh.png differ diff --git a/static/qyzq.png b/static/qyzq.png new file mode 100644 index 0000000..87f51c4 Binary files /dev/null and b/static/qyzq.png differ diff --git a/static/ynph.png b/static/ynph.png new file mode 100644 index 0000000..1f26554 Binary files /dev/null and b/static/ynph.png differ