This commit is contained in:
shidongli 2023-10-23 16:51:32 +08:00
parent 227090b25f
commit 71d954f07a
3 changed files with 15 additions and 10 deletions

View File

@ -94,8 +94,8 @@
image {
vertical-align: middle;
width: 22rpx;
height: 12rpx;
width: 25rpx;
height: 30rpx;
}
text{
margin-left: 10rpx;

View File

@ -2,12 +2,17 @@
<view class="app">
<view class="content">
<image src="/static/pageC/homepage.png" mode=""></image>
<view class="loginmount">
<image src="/static/pageC/TAB.png" mode=""></image>
<text v-if="patientName">{{patientName}},你好</text>
<text @tap="login" v-else>你好,请登录</text>
<view class="loginmount" @tap="city">
<!-- <image src="/static/pageC/TAB.png" mode=""></image> -->
<image src="../../static/pages/address.png" mode=""></image>
<text v-if="address">
{{address}}
</text>
<text v-else>
请选择城市
</text>
</view>
<view class="address" @tap="city">
<!-- <view class="address" @tap="city">
<image src="../../static/pages/address.png" mode=""></image>
<text v-if="address">
{{address}}
@ -16,7 +21,7 @@
请选择城市
</text>
</view>
</view> -->
</view>
<view class="contentcenter">
<view class="home" @tap="goonline">

View File

@ -1,10 +1,10 @@
<template>
<view class="app">
<view class="address">
<image src="../../static/pages/address.png" mode=""></image>
<!-- <image src="../../static/pages/address.png" mode=""></image>
<text>
{{location?location:''}}
</text>
</text> -->
</view>
<view class="topbar">
<image src="../../static/pages/wenzhenpingtai.png" mode="" @tap="goconsultationplatform"></image>