dev
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -114,7 +114,7 @@ function popRemark(type) { | ... | @@ -114,7 +114,7 @@ function popRemark(type) { |
| 114 | || (form.value.isFoodView == 0 && type == '3') | 114 | || (form.value.isFoodView == 0 && type == '3') |
| 115 | || (form.value.isMealView == 0 && type == '4') | 115 | || (form.value.isMealView == 0 && type == '4') |
| 116 | || (form.value.isPhotoView == 0 && type == '5') | 116 | || (form.value.isPhotoView == 0 && type == '5') |
| 117 | || (type == '0') | 117 | // || (type == '0') |
| 118 | ) { | 118 | ) { |
| 119 | building() | 119 | building() |
| 120 | return | 120 | return | ... | ... |
| ... | @@ -135,7 +135,7 @@ function popRemark(type) { | ... | @@ -135,7 +135,7 @@ function popRemark(type) { |
| 135 | || ( type == '3') | 135 | || ( type == '3') |
| 136 | || (form.value.isMealView == 0 && type == '4') | 136 | || (form.value.isMealView == 0 && type == '4') |
| 137 | || (type == '5') | 137 | || (type == '5') |
| 138 | || (type == '0') | 138 | // || (type == '0') |
| 139 | ) | 139 | ) |
| 140 | { | 140 | { |
| 141 | building() | 141 | building() | ... | ... |
-
Please register or sign in to post a comment