显示0,在线问诊
This commit is contained in:
parent
2d3a846a15
commit
f4ebf98c7d
@ -22,7 +22,7 @@
|
||||
<view class="price_title">价格设置</view>
|
||||
<view class="price_steup_box">
|
||||
<van-cell size="large" url="/user/pages/yishi/onlinesetupprice/index?inquiry_mode=1" custom-style="font-size:32rpx;" title="每日接诊数量" is-link border="{{true}}">
|
||||
<view class="cell_value" wx:if="{{info.work_num_day}}">
|
||||
<view class="cell_value" wx:if="{{info.work_num_day!==''}}">
|
||||
{{info.work_num_day}}
|
||||
</view>
|
||||
<view wx:else style="white-space: nowrap;">请选择每日接诊数量</view>
|
||||
|
||||
@ -68,7 +68,7 @@ Page({
|
||||
// note: response.data.info.is_open == 1? this.data.open_note : this.data.close_note
|
||||
});
|
||||
|
||||
if(!info.work_num_day){
|
||||
if(info.work_num_day===''){
|
||||
|
||||
this.setData({
|
||||
'info.work_num_day':response.data.default_work_num_day
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
border="{{true}}"
|
||||
url="/user/pages/yishi/yizhensetupprice/index"
|
||||
>
|
||||
<view class="num" wx:if="{{info.work_num_day}}">
|
||||
<view class="num" wx:if="{{info.work_num_day!==''}}">
|
||||
{{ info.work_num_day }}
|
||||
</view>
|
||||
<view calss="cell_value_seting" wx:else>去设置</view>
|
||||
|
||||
@ -78,7 +78,8 @@ Page({
|
||||
// config: response.data.config,
|
||||
// note: response.data.info.is_open == 1? this.data.open_note : this.data.close_note
|
||||
})
|
||||
if(!info.work_num_day){
|
||||
|
||||
if(info.work_num_day===''){
|
||||
this.setData({
|
||||
'info.work_num_day':response.data.default_work_num_day
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user