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", "path": "pages/Healthrecords/Healthrecords",
"style": { "style": {
"navigationBarTitleText": "健康档案", "navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, { }, {

View File

@ -55,10 +55,16 @@
</view> </view>
</view> </view>
<view class="Welfarecustomerservice"> <view class="Welfarecustomerservice">
<image src="../../static/pzyh.png" mode="" @tap='gopzyh'></image> <view class="topimgs">
<image src="../../static/fuli.png" mode="" @tap='gomaterialbenefits'></image> <image src="../../static/pzyh.png" mode="" @tap='gopzyh'></image>
<image src="../../static/kefu.png" mode="" @tap='gocustomerservice'></image> <image src="../../static/ynph.png" mode="" @tap='goHealthrecords'></image>
<image src="../../static/96558.png" mode="" @tap='gonight'></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> <image class="shopping" src="../../static/shoping.png" mode="" @tap='goshopping'></image>
</view> </view>
<view class="Healthknowledge"> <view class="Healthknowledge">
@ -302,17 +308,33 @@
}) })
}, 0) }, 0)
}, },
//
goycjc() { goycjc() {
uni.navigateToMiniProgram({ uni.navigateToMiniProgram({
appId: 'wxa2335d45fb25ee50', appId: 'wxa2335d45fb25ee50',
success(res) {} success(res) {}
}) })
}, },
//goHealthrecords
goHealthrecords() {
uni.navigateTo({
url: "/pages/Healthrecords/Healthrecords"
})
},
//
gosuyu() {
uni.navigateToMiniProgram({
appId: 'wxa0e41e29dd9e540b',
success(res) {}
})
},
//
gopzyh() { gopzyh() {
uni.navigateTo({ uni.navigateTo({
url: `/pages/nursestation/nursestation?nurseStationId=${13}` url: `/pages/nursestation/nursestation?nurseStationId=${13}`
}) })
}, },
//
gonight() { gonight() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/night/night' url: '/pages/night/night'
@ -496,24 +518,42 @@
flex-wrap: wrap; flex-wrap: wrap;
background-color: #fff; background-color: #fff;
width: 100%; width: 100%;
padding: 30rpx 3%; padding: 30rpx 2%;
margin-bottom: 20rpx; margin-bottom: 20rpx;
.topimgs {
display: flex;
justify-content: space-around;
width: 100%;
margin-bottom: 30rpx;
image {
width: 30%;
height: 180rpx;
}
}
.shopping { .shopping {
margin-top: 15rpx; margin-top: 5rpx;
width: 98%; width: 98%;
height: 170rpx; height: 170rpx;
} }
image { .rightimg {
display: block; display: inline-block;
width: 48%; width: 48%;
height: 165rpx;
image {
display: block;
margin-bottom: 10rpx;
width: 100%;
height: 165rpx;
}
} }
image:nth-child(1) { .night {
margin-bottom: 14rpx; width: 48%;
height: 340rpx;
} }
} }

View File

@ -82,9 +82,7 @@
}; };
}, },
onShow() {}, onShow() {},
onLoad() { onLoad() {},
},
onUnload() {}, onUnload() {},
methods: { methods: {
goemit() { 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