diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue
index a29b95d..6a256d6 100644
--- a/pages/homepage/homepage.vue
+++ b/pages/homepage/homepage.vue
@@ -47,11 +47,20 @@
专病管理
+
+
+
+ 远程监测
+
+
-
-
-
+
+
+
+
+
+
@@ -245,6 +254,17 @@
})
}, 0)
},
+ goycjc() {
+ uni.navigateToMiniProgram({
+ appId: 'wxa2335d45fb25ee50',
+ success(res) {}
+ })
+ },
+ gopzyh() {
+ uni.navigateTo({
+ url: `/pages/ProjectDetails/ProjectDetails?stationId=${item.stationId}&stationItemId=${item.stationItemId}&stationItemPriceId=${item.stationItemPriceId}`,
+ })
+ },
},
// onReachBottom() { //下滑加载
// if (this.informationCategoryVOList.length >= this.informationCategorytotal) {} else {
@@ -411,7 +431,7 @@
}
.title {
- font-size: 38rpx;
+ font-size: 36rpx;
font-weight: bold;
}
}
@@ -419,53 +439,60 @@
.Welfarecustomerservice {
display: flex;
justify-content: center;
+ flex-wrap: wrap;
background-color: #fff;
width: 100%;
padding: 30rpx 0;
- flex-wrap: wrap;
margin-bottom: 20rpx;
- image:nth-child(2) {
- margin: 0 10rpx 0 0;
- }
-
- image:nth-child(3) {
- margin: 0 0 0 10rpx;
- }
-
- image {
+ .pzyh {
+ // float: left;
width: 340rpx;
- height: 195rpx;
+ height: 340rpx;
}
- image:nth-child(1) {
+ .shopping {
+ margin-top: 15rpx;
width: 700rpx;
- height: 240rpx;
+ height: 170rpx;
}
- .shoping {
- margin-bottom: 20rpx;
+ div {
+ margin-left: 18rpx;
+ width: 340rpx;
+
+ image {
+ display: block;
+ width: 340rpx;
+ height: 165rpx;
+ }
+
+ image:nth-child(1) {
+ margin-bottom: 14rpx;
+ }
}
}
.items {
background-color: #fff;
- padding: 30rpx 80rpx 20px;
+ padding: 30rpx 20rpx 20px;
display: flex;
justify-content: space-between;
margin-bottom: 20rpx;
.item {
+ width: 25%;
+
image {
- width: 150rpx;
- height: 150rpx;
+ width: 120rpx;
+ height: 120rpx;
display: block;
margin: 0 auto 20rpx;
}
.title {
- font-size: 40rpx;
- font-weight: 550;
+ font-size: 36rpx;
+ font-weight: 600;
text-align: center;
}
}
diff --git a/pages/materialbenefits/materialbenefits.vue b/pages/materialbenefits/materialbenefits.vue
index 1c8a2d5..45ff606 100644
--- a/pages/materialbenefits/materialbenefits.vue
+++ b/pages/materialbenefits/materialbenefits.vue
@@ -32,7 +32,7 @@
已过期
-->
-
+
{
- this.couponlist = res.rows
+ if (res.rows.length > 0) {
+ this.couponlist = res.rows
+ }
this.total = res.total
})
},
diff --git a/static/fuli.png b/static/fuli.png
index 6827c11..35cb95b 100644
Binary files a/static/fuli.png and b/static/fuli.png differ
diff --git a/static/jiance.png b/static/jiance.png
new file mode 100644
index 0000000..42ee51c
Binary files /dev/null and b/static/jiance.png differ
diff --git a/static/kefu.png b/static/kefu.png
index ca45095..a9f7388 100644
Binary files a/static/kefu.png and b/static/kefu.png differ
diff --git a/static/pzyh.png b/static/pzyh.png
new file mode 100644
index 0000000..e3ec0a5
Binary files /dev/null and b/static/pzyh.png differ
diff --git a/static/shoping.png b/static/shoping.png
index 907b584..1892b77 100644
Binary files a/static/shoping.png and b/static/shoping.png differ