This commit is contained in:
zoujiandong
2024-04-26 09:59:48 +08:00
parent b1bfb01a39
commit a110444792
5 changed files with 15 additions and 9 deletions
@@ -256,6 +256,7 @@ Component({
is_system: 0,
message_rounds: message_rounds,
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
month_inquiry_count:serviceInfo.month_inquiry_count,
service_package_start_time:serviceInfo.start_time,
service_package_finish_time:serviceInfo.finish_time,
service_period:serviceInfo.service_period,
@@ -821,6 +822,7 @@ this.setData({
is_system: 0,
message_rounds: message_rounds,
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
month_inquiry_count:serviceInfo.month_inquiry_count,
service_package_start_time:serviceInfo.start_time,
service_package_finish_time:serviceInfo.finish_time,
service_period:serviceInfo.service_period,
@@ -1247,6 +1249,7 @@ this.setData({
is_system: 0,
message_rounds: message_rounds,
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
month_inquiry_count:serviceInfo.month_inquiry_count,
service_package_start_time:serviceInfo.start_time,
service_package_finish_time:serviceInfo.finish_time,
service_period:serviceInfo.service_period,
@@ -3,7 +3,7 @@
<view class="container">
<view class="info" wx:if="{{ baseInfo.inquiry_status > 0 }}">
<view class="yaotip" hidden="{{showYaotip}}" wx:if="{{baseInfo.inquiry_status==4 && baseInfo.inquiry_mode==8}}">
<view>温馨提示:还剩{{serviceInfo.remaining_quantity}}盒肝爽颗粒(步长)”,记得开具处方</view>
<view>健康包剩{{serviceInfo.remaining_quantity}}盒肝爽颗粒(步长),请询问患者是否开具。</view>
<van-icon name="cross" bind:tap="closeYaotip"/>
</view>
<view class="left" >
@@ -334,8 +334,8 @@ color: #FF9C00;
box-sizing: border-box;
width:100%;
height: 72rpx;
background: #facd91;
background: #FFFCF2;
font-size: 28rpx;
font-weight: 400;
color: #db0f22;
color: #FF9C00;
}