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
+5
View File
@@ -73,6 +73,11 @@ Page({
url: '/sugarCheck/pages/checkOrder/checkOrder',
})
}),
goHealthyOrder:throttle(function(){
app.method.navigateTo({
url: '/healthyService/pages/healthyOrder/healthyOrder',
})
}),
goMyPrescript:throttle(function(){
app.method.navigateTo({
url: '/patient/pages/myPrescript/myPrescript',
+8
View File
@@ -46,6 +46,14 @@
<view class="name">检测</view>
<view class="bage" wx:if="{{patient_info.order_detection_count>0}}">{{filter.formatNumber(patient_info.order_detection_count)}}</view>
</view>
</view>
<view class="iconbox" style="margin-top: 20rpx;">
<view class="iconcell" bindtap="goHealthyOrder">
<image src="{{img_host+'/check_new.png'}}" class="myicon"></image>
<view class="name">服务包</view>
<view class="bage" wx:if="{{patient_info.order_detection_count>0}}">{{filter.formatNumber(patient_info.order_detection_count)}}</view>
</view>
</view>
</view>
<view class="fuli" style="background: #FFF3F3;" wx:if="{{show_fuli}}" bindtap="goWelfare">
+2 -2
View File
@@ -121,7 +121,7 @@ color: rgba(0,0,0,0.65);
margin-top: 30rpx;
width: 100%;
padding-bottom: 20rpx;
height: 256rpx;
overflow: hidden;
background: #FFFFFF;
border-radius: 10rpx;
@@ -144,7 +144,7 @@ color: rgba(0,0,0,0.65);
.iconbox {
display: flex;
margin: 30rpx 52rpx 0;
flex-wrap: wrap;
justify-content: space-between;
}