This commit is contained in:
曹辉 2023-05-10 15:23:06 +08:00
parent e43d125695
commit ae4a2844f9
7 changed files with 53 additions and 15 deletions

View File

@ -289,7 +289,7 @@
}, {
"path": "pages/Healthrecords/Healthrecords",
"style": {
"navigationBarTitleText": "健康档案",
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false
}
}, {

View File

@ -55,10 +55,16 @@
</view>
</view>
<view class="Welfarecustomerservice">
<image src="../../static/pzyh.png" mode="" @tap='gopzyh'></image>
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image>
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image>
<image src="../../static/96558.png" mode="" @tap='gonight'></image>
<view class="topimgs">
<image src="../../static/pzyh.png" mode="" @tap='gopzyh'></image>
<image src="../../static/ynph.png" mode="" @tap='goHealthrecords'></image>
<image src="../../static/qyzq.png" mode="" @tap='gosuyu'></image>
</view>
<image class="night" src="../../static/96558.png" mode="" @tap='gonight'></image>
<view class="rightimg">
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image>
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image>
</view>
<image class="shopping" src="../../static/shoping.png" mode="" @tap='goshopping'></image>
</view>
<view class="Healthknowledge">
@ -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;
}
}

View File

@ -82,9 +82,7 @@
};
},
onShow() {},
onLoad() {
},
onLoad() {},
onUnload() {},
methods: {
goemit() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
static/qyzq.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
static/ynph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB