城市
This commit is contained in:
parent
227090b25f
commit
71d954f07a
@ -94,8 +94,8 @@
|
|||||||
|
|
||||||
image {
|
image {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 22rpx;
|
width: 25rpx;
|
||||||
height: 12rpx;
|
height: 30rpx;
|
||||||
}
|
}
|
||||||
text{
|
text{
|
||||||
margin-left: 10rpx;
|
margin-left: 10rpx;
|
||||||
|
|||||||
@ -2,12 +2,17 @@
|
|||||||
<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>
|
||||||
<view class="loginmount">
|
<view class="loginmount" @tap="city">
|
||||||
<image src="/static/pageC/TAB.png" mode=""></image>
|
<!-- <image src="/static/pageC/TAB.png" mode=""></image> -->
|
||||||
<text v-if="patientName">{{patientName}},你好</text>
|
<image src="../../static/pages/address.png" mode=""></image>
|
||||||
<text @tap="login" v-else>你好,请登录</text>
|
<text v-if="address">
|
||||||
|
{{address}}
|
||||||
|
</text>
|
||||||
|
<text v-else>
|
||||||
|
请选择城市
|
||||||
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="address" @tap="city">
|
<!-- <view class="address" @tap="city">
|
||||||
<image src="../../static/pages/address.png" mode=""></image>
|
<image src="../../static/pages/address.png" mode=""></image>
|
||||||
<text v-if="address">
|
<text v-if="address">
|
||||||
{{address}}
|
{{address}}
|
||||||
@ -16,7 +21,7 @@
|
|||||||
请选择城市
|
请选择城市
|
||||||
|
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="contentcenter">
|
<view class="contentcenter">
|
||||||
<view class="home" @tap="goonline">
|
<view class="home" @tap="goonline">
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="address">
|
<view class="address">
|
||||||
<image src="../../static/pages/address.png" mode=""></image>
|
<!-- <image src="../../static/pages/address.png" mode=""></image>
|
||||||
<text>
|
<text>
|
||||||
{{location?location:''}}
|
{{location?location:''}}
|
||||||
</text>
|
</text> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="topbar">
|
<view class="topbar">
|
||||||
<image src="../../static/pages/wenzhenpingtai.png" mode="" @tap="goconsultationplatform"></image>
|
<image src="../../static/pages/wenzhenpingtai.png" mode="" @tap="goconsultationplatform"></image>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user