11.4修改
This commit is contained in:
parent
37bf84b891
commit
1aedefd3dc
@ -25,9 +25,9 @@ Component({
|
||||
this.triggerEvent('handleFocus',true)
|
||||
},
|
||||
goInquirtForm(){
|
||||
// wx.navigateTo({
|
||||
// url: '/patient/pages/kepuList/kepuList',
|
||||
// })
|
||||
wx.navigateTo({
|
||||
url: '/patient/pages/agreeList/agreeList',
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<!--components/navbar/navbar.wxml-->
|
||||
<view class="barcontain">
|
||||
<view class="barcon">
|
||||
<text class="text" bindtap="goInquirtForm">肝胆相照互联网医院</text>
|
||||
<view class="titlebox">
|
||||
<text class="text" >肝胆相照互联网医院</text>
|
||||
<view class="titlebox" bindtap="goInquirtForm">
|
||||
<image src="{{img_host+'/safe_index.png'}}" mode="" style="width:18rpx;height:22rpx" class="bg"/>
|
||||
<view class="text"> 国家卫健委认证医疗机构・深耕肝病领域10余年</view>
|
||||
<van-icon name="arrow" color="#fff" size="20rpx"/>
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
</view>
|
||||
<view class="cell" bindtap="goExpert">
|
||||
<!-- <image src="{{img_host+'/gdmall.png'}}" class="cellimg"></image> -->
|
||||
<image src="{{img_host+'/hiv.png'}}" class="cellimg"></image>
|
||||
<image src="{{img_host+'/hiv_index.png'}}" class="cellimg"></image>
|
||||
<image src="{{img_host+'/tese_service.png'}}" class="tese"></image>
|
||||
<view class="name">合并HIV</view>
|
||||
</view>
|
||||
@ -132,7 +132,7 @@
|
||||
<block wx:for="{{banner}}" wx:key="banner_id">
|
||||
<swiper-item>
|
||||
<view class="swiper-item">
|
||||
<image class="swiperimg" src="{{item.banner_path}}" data-url="{{item.banner_link}}" data-name="{{item.banner_name}}" data-type="{{item.open_with}}" bindtap="goH5" mode="heightFix"></image>
|
||||
<image class="swiperimg" src="{{item.banner_path}}" data-url="{{item.banner_link}}" data-name="{{item.banner_name}}" data-type="{{item.open_with}}" bindtap="goH5" ></image>
|
||||
</view>
|
||||
</swiper-item>
|
||||
</block>
|
||||
@ -175,8 +175,8 @@
|
||||
<van-tab title="在线医生" name="0"></van-tab>
|
||||
<van-tab title="我的医生" name="1"></van-tab>
|
||||
</van-tabs>
|
||||
<view class="more" bindtap="goquickExpert">更多<van-icon name="arrow" style="margin-top: 4rpx;"/></view>
|
||||
<!-- <view class="title">推荐医生</view> -->
|
||||
<!-- <view class="more" bindtap="goquickExpert">更多<van-icon name="arrow" style="margin-top: 4rpx;"/></view> -->
|
||||
|
||||
</view>
|
||||
<!-- 在线医生 -->
|
||||
<view class="viewbox" wx:if="{{active==0}}">
|
||||
@ -235,6 +235,7 @@
|
||||
<view class="price" wx:else></view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="nonedata" wx:if="{{my_doctor.length==0}}">暂无医生!</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -140,8 +140,8 @@
|
||||
}
|
||||
.cellbox .cellimg{
|
||||
margin-top: 14rpx;
|
||||
width:58rpx;
|
||||
height:58rpx;
|
||||
width:68rpx;
|
||||
height:68rpx;
|
||||
}
|
||||
.cellbox image {
|
||||
width: 98rpx;
|
||||
@ -184,7 +184,7 @@ color: #FFFFFF;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.swiper{
|
||||
height:112rpx;
|
||||
height:140rpx;
|
||||
overflow: hidden;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
@ -192,7 +192,7 @@ color: #FFFFFF;
|
||||
width:100%;
|
||||
|
||||
border-radius: 10rpx;
|
||||
height:112rpx;
|
||||
height:140rpx;
|
||||
}
|
||||
.mydoctor {
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user