diff --git a/pages.json b/pages.json
index 8ba174f..2f234f8 100644
--- a/pages.json
+++ b/pages.json
@@ -294,7 +294,16 @@
"enablePullDownRefresh": false
}
}
- ],
+ ,{
+ "path" : "pages/night/night",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue
index 6664dab..a0b839e 100644
--- a/pages/homepage/homepage.vue
+++ b/pages/homepage/homepage.vue
@@ -55,11 +55,10 @@
-
-
-
-
-
+
+
+
+
@@ -314,6 +313,11 @@
url: `/pages/nursestation/nursestation?nurseStationId=${13}`
})
},
+ gonight() {
+ uni.navigateTo({
+ url: '/pages/night/night'
+ })
+ },
},
// onReachBottom() { //下滑加载
// if (this.informationCategoryVOList.length >= this.informationCategorytotal) {} else {
@@ -488,38 +492,28 @@
.Welfarecustomerservice {
display: flex;
- justify-content: center;
+ justify-content: space-around;
flex-wrap: wrap;
background-color: #fff;
width: 100%;
- padding: 30rpx 0;
+ padding: 30rpx 3%;
margin-bottom: 20rpx;
- .pzyh {
- // float: left;
- width: 340rpx;
- height: 340rpx;
- }
.shopping {
margin-top: 15rpx;
- width: 700rpx;
+ width: 98%;
height: 170rpx;
}
- div {
- margin-left: 18rpx;
- width: 340rpx;
+ image {
+ display: block;
+ width: 48%;
+ height: 165rpx;
+ }
- image {
- display: block;
- width: 340rpx;
- height: 165rpx;
- }
-
- image:nth-child(1) {
- margin-bottom: 14rpx;
- }
+ image:nth-child(1) {
+ margin-bottom: 14rpx;
}
}
diff --git a/pages/night/night.vue b/pages/night/night.vue
new file mode 100644
index 0000000..1bda5d2
--- /dev/null
+++ b/pages/night/night.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+ 山东贴心智养简介
+
+
+ 96558是以24小时呼叫中心为载体,以多元化服务体系为依托,为社区居民特别是老年人提供紧急救助、精神慰藉、健康管理和便民服务的综合性智慧健康养老服务平台。
+ 2012年以来,先后承接了济南市民政局1万余名80岁以上低保、空巢、贫困老人的居家养老服务工作、济南市委老干部局3000余户离退休老干部的居家养老服务工作、山东省委老干部局1800户离休老干部的居家养老服务项目,以及远郊区县5个分平台的筹建及运营工作。
+ 截止目前,平台在网用户已达30余万人,活跃用户4万余人,平台日呼入量近600人次,累计完成紧急援助近6000人次,累计提供各种服务近200万次,居民对服务的满意率达到99%。
+ 2017年11月,公司被山东省质监局、山东省发改委正式授予“山东省服务标准化示范单位”称号。同时,先后多次被中国服务贸易协会授予
+ “健康养老最佳商业模式机构”、“最具成长型服务企业”、“健康养老品牌服务机构”、“服务贸易创新型企业”等荣誉称号。
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/96558.png b/static/96558.png
new file mode 100644
index 0000000..b9a14db
Binary files /dev/null and b/static/96558.png differ
diff --git a/static/pzyh.png b/static/pzyh.png
index e3ec0a5..92da947 100644
Binary files a/static/pzyh.png and b/static/pzyh.png differ