xg
This commit is contained in:
parent
88b124938b
commit
3cb78e421c
@ -2,17 +2,6 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: #F7F5F5;
|
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 {
|
.contentbottom {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 446rpx;
|
height: 446rpx;
|
||||||
|
|||||||
@ -2,10 +2,9 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<!-- <image src="/static/pageC/homepage.png" mode=""></image> -->
|
<!-- <image src="/static/pageC/homepage.png" mode=""></image> -->
|
||||||
<image :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
<image v-if="Number(region)==2&&Number(userinfo.cityCode)==2"
|
||||||
<view class="title">
|
:src="baseurl+ '/profile/weChatPicture/hkmainPage.png'" mode=""></image>
|
||||||
家庭医生服务平台
|
<image v-else :src="baseurl+ '/profile/weChatPicture/mainPage.png'" mode=""></image>
|
||||||
</view>
|
|
||||||
<view class="loginmount" @tap="city">
|
<view class="loginmount" @tap="city">
|
||||||
<image src="../../static/pages/address.png" mode=""></image>
|
<image src="../../static/pages/address.png" mode=""></image>
|
||||||
<text>
|
<text>
|
||||||
@ -15,13 +14,15 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="contentcenter" :style="Number(region)==2?'height:450rpx':'height:500rpx'">
|
<view class="contentcenter" :style="Number(region)==2?'height:450rpx':'height:500rpx'">
|
||||||
<view class="home" @tap="goonline">
|
<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 class="name">
|
||||||
家医签约
|
家医签约
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="home" @tap="goHealthrecords">
|
<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 class="name">
|
||||||
健康档案
|
健康档案
|
||||||
</view>
|
</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