4e39e686 by zhangmeng

英文车辆预定为空

1 parent fc65756a
...@@ -126,7 +126,9 @@ function popRemark(type) { ...@@ -126,7 +126,9 @@ function popRemark(type) {
126 || (form.value.isFoodView == 0 && type == '3') 126 || (form.value.isFoodView == 0 && type == '3')
127 || (form.value.isMealView == 0 && type == '4') 127 || (form.value.isMealView == 0 && type == '4')
128 || (type == '5' && form.value.isPhotoView == 0) 128 || (type == '5' && form.value.isPhotoView == 0)
129 || (type == '0')) { 129 // || (type == '0')
130 )
131 {
130 building() 132 building()
131 return 133 return
132 } 134 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!