3.29更新
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user