修改
This commit is contained in:
parent
e43d125695
commit
ae4a2844f9
@ -289,7 +289,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "pages/Healthrecords/Healthrecords",
|
"path": "pages/Healthrecords/Healthrecords",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "健康档案",
|
"navigationBarTitleText": "泉医到家",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -82,9 +82,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {},
|
onShow() {},
|
||||||
onLoad() {
|
onLoad() {},
|
||||||
|
|
||||||
},
|
|
||||||
onUnload() {},
|
onUnload() {},
|
||||||
methods: {
|
methods: {
|
||||||
goemit() {
|
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