xg
This commit is contained in:
parent
88b124938b
commit
3cb78e421c
@ -2,17 +2,6 @@
|
||||
height: 100vh;
|
||||
background-color: #F7F5F5;
|
||||
|
||||
.title{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 44rpx;
|
||||
color: #F9FDFC;
|
||||
position: absolute;
|
||||
top:250rpx;
|
||||
letter-spacing: 0.2em;
|
||||
left:0%;
|
||||
}
|
||||
|
||||
.contentbottom {
|
||||
width: 95%;
|
||||
height: 446rpx;
|
||||
|
||||
@ -2,10 +2,9 @@
|
||||
<view class="app">
|
||||
<view class="content">
|
||||
<!-- <image src="/static/pageC/homepage.png" mode=""></image> -->
|
||||
<image :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
||||
<view class="title">
|
||||
家庭医生服务平台
|
||||
</view>
|
||||
<image v-if="Number(region)==2&&Number(userinfo.cityCode)==2"
|
||||
:src="baseurl+ '/profile/weChatPicture/hkmainPage.png'" mode=""></image>
|
||||
<image v-else :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
||||
<view class="loginmount" @tap="city">
|
||||
<image src="../../static/pages/address.png" mode=""></image>
|
||||
<text>
|
||||
@ -15,13 +14,15 @@
|
||||
</view>
|
||||
<view class="contentcenter" :style="Number(region)==2?'height:450rpx':'height:500rpx'">
|
||||
<view class="home" @tap="goonline">
|
||||
<image src="@/static/qianyue.png" mode=""></image>
|
||||
<image v-if="Number(region)==2" src="@/static/hkqianyue.png" mode=""></image>
|
||||
<image v-else src="@/static/qianyue.png" mode=""></image>
|
||||
<view class="name">
|
||||
家医签约
|
||||
</view>
|
||||
</view>
|
||||
<view class="home" @tap="goHealthrecords">
|
||||
<image src="@/static/health.png" mode=""></image>
|
||||
<image v-if="Number(region)==2" src="@/static/hkhealth.png" mode=""></image>
|
||||
<image v-else src="@/static/health.png" mode=""></image>
|
||||
<view class="name">
|
||||
健康档案
|
||||
</view>
|
||||
|
||||
BIN
static/hkhealth.png
Normal file
BIN
static/hkhealth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
static/hkqianyue.png
Normal file
BIN
static/hkqianyue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user