5.17改动

This commit is contained in:
zoujiandong
2024-05-17 14:59:17 +08:00
parent 132ac42d7b
commit f2ebbb5791
6 changed files with 44 additions and 18 deletions
+13 -6
View File
@@ -242,7 +242,7 @@ Page({
}),
goquickExpert:throttle(function(){
app.method.navigateTo({
url: '/patient/pages/quickConsult/quickConsult'
url:'/patient/pages/expertConsult/expertConsult' //'/patient/pages/quickConsult/quickConsult'
})
}),
goExpertAndCloseOld:throttle(function(){
@@ -273,14 +273,21 @@ Page({
this.onClickHide();
}),
goExpert:throttle(function(){
app.method.navigateTo({
url: '/patient/pages/expertConsult/expertConsult'
})
wx.showToast({
title: '即将开通',
icon:'none'
})
// app.method.navigateTo({
// url: '/patient/pages/expertConsult/expertConsult'
// })
}),
goconsultandbuy:throttle(function(){
app.method.navigateTo({
url: '/patient/pages/quickConsult/quickConsult?inquiry_type=4'
app.method.navigateTo({
url: '/patient/pages/expertConsult/expertConsult?type=buyYao'
})
// app.method.navigateTo({
// url: '/patient/pages/quickConsult/quickConsult?inquiry_type=4'
// })
}),
watchBack(){
+14 -8
View File
@@ -60,27 +60,33 @@
<view class="wenzhenbox">
<view class="wenzhencell" bindtap="goquickExpert">
<view class="row">
<view>快速问诊</view>
<image src="{{img_host+'/kswz.png'}}"></image>
<view class="name_title">找专家</view>
<image src="{{img_host+'/find_expert.png'}}" style="width:80rpx;height:80rpx"></image>
<!-- <image src="{{img_host+'/kswz.png'}}"></image> -->
</view>
<view class="desc">
5分钟接诊不耽误
专业医生,服务保障
</view>
</view>
<view class="wenzhencell" bindtap="goExpert">
<view class="row">
<view>专家问诊</view>
<image src="{{img_host+'/zjwz.png'}}"></image>
<view class="name_title">HIV</view>
<!-- <image src="{{img_host+'/zjwz.png'}}"></image> -->
<image src="{{img_host+'/hiv_disable.png'}}" style="width:80rpx;height:80rpx"></image>
</view>
<view class="desc">
专业医生,服务保障
诊断和鉴别,安心放心
<!-- 专业医生,服务保障 -->
</view>
</view>
</view>
<view class="buybox" bindtap="goconsultandbuy">
<view class="left">
<view>问诊购药</view>
<view class="desc">在线复诊,正品无忧,送药到家</view>
<view class="desc">
正品无忧,品质护航,送药到家
<!-- 在线复诊,正品无忧,送药到家 -->
</view>
</view>
<view class="right">
<image src="{{img_host+'/yao.png'}}"></image>
@@ -91,7 +97,7 @@
<view class="cellbox">
<view class="cell" bindtap="freeConsult">
<image src="{{img_host+'/gywz.png'}}"></image>
<view class="name">公益问诊</view>
<view class="name">特惠问诊</view>
</view>
<view class="cell" bindtap="goMall">
<image src="{{img_host+'/gdmall.png'}}"></image>
+3
View File
@@ -54,6 +54,9 @@
color: #333333;
font-size: 40rpx;
}
.wenzhencell .row .name_title{
width:160rpx
}
.wenzhencell .desc {
margin-top: 16rpx;