详情,福利
This commit is contained in:
parent
a1853dbc34
commit
df67f61c8d
@ -57,16 +57,16 @@
|
||||
{{item.patient_name}}(<text wx:if="{{item.patient_sex==0}}">未知</text><text wx:if="{{item.patient_sex==1}}">男</text><text wx:else>女</text><text decode="true" class="agebar"></text><text>{{item.patient_age}}岁)</text></view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="row rowdesc" wx:if="{{item.order_service_status!=1}}">
|
||||
<view class="row rowdesc" wx:if="{{item.order_service_status!=1}}">
|
||||
<view class="name">病情描述</view>
|
||||
<view class="dot">:</view>
|
||||
<view class="desc">{{item.disease_desc}}</view>
|
||||
</view>
|
||||
<view class="row rowdesc" wx:else>
|
||||
<!-- <view class="row rowdesc" wx:else>
|
||||
<view class="name">下单时间</view>
|
||||
<view class="dot">:</view>
|
||||
<view class="desc">{{item.created_at}}</view>
|
||||
</view> -->
|
||||
</view>-->
|
||||
|
||||
<view class="row last" wx:if="{{item.order_service_status!=1}}">
|
||||
<view class="left">
|
||||
|
||||
@ -693,11 +693,15 @@ Page({
|
||||
showdialog: false
|
||||
})
|
||||
}
|
||||
if(this.data.messageTitle=="当前患者存在进行中问诊订单" || this.data.messageTitle=="存在未支付订单"){
|
||||
if(this.data.messageTitle=="存在未支付订单"){
|
||||
let {order_no}=this.data;
|
||||
app.method.navigateTo({
|
||||
url: '/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+order_no,
|
||||
})
|
||||
}else if(this.data.messageTitle=="当前患者存在进行中问诊订单"){
|
||||
app.method.navigateTo({
|
||||
url: '/patient/pages/orderDetail/orderDetail?order_inquiry_id='+order_no,
|
||||
})
|
||||
}
|
||||
},
|
||||
cancelAlert(){
|
||||
|
||||
@ -13,11 +13,13 @@
|
||||
<view class="name">
|
||||
<view class="tag" wx:if="{{item.application_scope==5}}">单品补贴</view>
|
||||
<view class="names">{{item.coupon_name}}</view></view>
|
||||
<view class="range" wx:if="{{item.application_scope==1}}">使用范围:全场通用</view>
|
||||
<view class="rangbox">
|
||||
<view class="range" wx:if="{{item.application_scope==1}}">使用范围:全场通用</view>
|
||||
<view class="range" wx:elif="{{item.application_scope==2}}">使用范围:问诊适用</view>
|
||||
<view class="range" wx:elif="{{item.application_scope==3}}">使用范围:购药</view>
|
||||
<view class="range" wx:elif="{{item.application_scope==4}}">使用范围:购药</view>
|
||||
<view class="range" wx:elif="{{item.application_scope==5}}">使用范围:购药</view>
|
||||
</view>
|
||||
<view class="date">有效期:{{item.valid_end_time}}</view>
|
||||
</view>
|
||||
<view class="right">
|
||||
|
||||
@ -94,9 +94,13 @@ border-radius: 10rpx;
|
||||
display: inline;
|
||||
word-break: break-all;
|
||||
}
|
||||
.fulibox .left .rangbox{
|
||||
margin-top: 20rpx;
|
||||
height: 30rpx;
|
||||
}
|
||||
.fulibox .left .range{
|
||||
color: #E34D59;
|
||||
margin-top: 20rpx;
|
||||
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.fulibox .left .date{
|
||||
@ -124,6 +128,7 @@ border-radius: 10rpx;
|
||||
}
|
||||
.fulibox .right .use{
|
||||
margin-top: 10rpx;
|
||||
margin-bottom: 10rpx;
|
||||
width: 152rpx;
|
||||
height: 60rpx;
|
||||
background: #FFFFFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user