修改
This commit is contained in:
parent
e43d125695
commit
ae4a2844f9
@ -289,7 +289,7 @@
|
||||
}, {
|
||||
"path": "pages/Healthrecords/Healthrecords",
|
||||
"style": {
|
||||
"navigationBarTitleText": "健康档案",
|
||||
"navigationBarTitleText": "泉医到家",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -82,9 +82,7 @@
|
||||
};
|
||||
},
|
||||
onShow() {},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
onLoad() {},
|
||||
onUnload() {},
|
||||
methods: {
|
||||
goemit() {
|
||||
|
||||
BIN
static/96558.png
BIN
static/96558.png
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 12 KiB |
BIN
static/pzyh.png
BIN
static/pzyh.png
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 32 KiB |
BIN
static/qyzq.png
Normal file
BIN
static/qyzq.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
static/ynph.png
Normal file
BIN
static/ynph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user