3.29更新

This commit is contained in:
zoujiandong
2024-03-29 17:25:24 +08:00
parent 1ba1db521f
commit 17c32e24bf
39 changed files with 3329 additions and 10 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ Page({
this.setData({
lock:false,
page:1,
scrollHeight:300,
scrollHeight:150,
doctorList:[]
});
this.getDoctorList()
+22 -1
View File
@@ -72,7 +72,8 @@
<view class="title">医生服务</view>
<viwe class="tag" wx:if="{{filter.formatYear(days)}}">{{filter.formatYear(days)}}内服务过您</viwe>
</view>
<view class="tabs">
<view class="tabbox">
<view class="tabs">
<view class="tab " bindtap="switchTab" data-id="0">
<image wx:if="{{currentData==0 && canTuwen}}" src="{{img_host+'/tuwen_on.png'}}" alt="" class="tabbg on" ></image>
<image wx:elif="{{currentData==0 && !canTuwen}}" src="{{img_host+'/tuwen_disable_on.png'}}" alt="" class="tabbg on" ></image>
@@ -104,6 +105,24 @@
<view class="price" wx:if="{{!(expertInquiry_price && freePrice)}}">暂未开通</view>
</view>
</view>
<view class="tab add" bindtap="switchTab" data-id="3">
<image src="../../static/images/suifang_on.png" alt="" class="tabbg" ></image>
<view class="typebox" >
<view class="name">随访包</view>
<view class="price">¥150起</view>
</view>
<!-- <view class="typebox disable" wx:else >
<view class="name">视频问诊</view>
<view class="price">{{videoPrice?'¥'+videoPrice+'/次':'暂未开通'}}</view>
</view> -->
</view>
<view class="tab add" bindtap="switchTab" data-id="4">
<image src="../../static/images/healthy_on.png" alt="" class="tabbg" ></image>
<view class="typebox" >
<view class="name">随访包</view>
<view class="price">¥1260/次</view>
</view>
</view>
<view class="tab " bindtap="switchTab" data-id="1">
<image src="{{img_host+'/video_on.png'}}" wx:if="{{currentData==1 && canVideo}}" alt="" class="tabbg on" ></image>
<image wx:elif="{{currentData==1 && !canVideo}}" src="{{img_host+'/video_disable_on.png'}}" alt="" class="tabbg on" ></image>
@@ -118,6 +137,7 @@
<view class="price">{{videoPrice?'¥'+videoPrice+'/次':'暂未开通'}}</view>
</view>
</view>
<view class="tab " bindtap="switchTab" data-id="2">
<image wx:if="{{currentData==2 && canDiffcult}}" src="{{img_host+'/yinan_on.png'}}" alt="" class="tabbg on" ></image>
<image wx:elif="{{currentData==2 && !canDiffcult}}" src="{{img_host+'/yinan_disable_on.png'}}" alt="" class="tabbg on" ></image>
@@ -133,6 +153,7 @@
</view>
</view>
</view>
</view>
<swiper current="{{currentData}}" class="swiperbox" bindchange="bindchange" style="height:{{tab3Height+'px'}}">
<swiper-item >
+14 -3
View File
@@ -517,17 +517,28 @@ justify-content:center;
.wz_tabbox{
margin-top: 20rpx;
}
.tabbox{
margin-top: 16rpx;
overflow-x: scroll;
width:100%;
}
.tabs{
margin-top: 16rpx;
height:330rpx;
display: flex;
justify-content: space-between;
width:1150rpx;
}
.tabs .tab{
width: 214rpx;
height: 300rpx;
position: relative;
margin-right: 20rpx;
box-shadow: 0rpx 8rpx 20rpx 2rpx rgba(0,0,0,0.04);
}
.tabs .tab:last-child{
margin-right: 0;
}
.tabbg{
top:0rpx;
width: 100%;
@@ -568,7 +579,7 @@ color: #999999;
text-decoration: line-through;
}
.swiperbox{
margin-top: 45rpx;
margin-top: 35rpx;
}
.swiper-item{
border-radius: 20rpx;
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB