Merge branch 'dev' of https://code.itechtop.cn/yangyang/dance-pc into dev
Showing
1 changed file
with
6 additions
and
16 deletions
| ... | @@ -109,23 +109,13 @@ function popRemark(type) { | ... | @@ -109,23 +109,13 @@ function popRemark(type) { |
| 109 | building() | 109 | building() |
| 110 | return | 110 | return |
| 111 | } | 111 | } |
| 112 | // if ((form.value.isJdView == 0 && type == '1') | ||
| 113 | // || (form.value.isCarView == 0 && type == '2') | ||
| 114 | // || (form.value.isFoodView == 0 && type == '3') | ||
| 115 | // || (form.value.isMealView == 0 && type == '4') | ||
| 116 | // || (form.value.isPhotoView == 0 && type == '5') | ||
| 117 | // ) { | ||
| 118 | // building() | ||
| 119 | // return | ||
| 120 | // } | ||
| 121 | if ((form.value.isJdView == 0 && type == '1') | 112 | if ((form.value.isJdView == 0 && type == '1') |
| 122 | || (type == '2') | 113 | || (form.value.isCarView == 0 && type == '2') |
| 123 | || ( type == '3') | 114 | || (form.value.isFoodView == 0 && type == '3') |
| 124 | || (form.value.isMealView == 0 && type == '4') | 115 | || (form.value.isMealView == 0 && type == '4') |
| 125 | || (type == '5') | 116 | || (form.value.isPhotoView == 0 && type == '5') |
| 126 | // || (type == '0') | 117 | // || (type == '0') |
| 127 | ) | 118 | ) { |
| 128 | { | ||
| 129 | building() | 119 | building() |
| 130 | return | 120 | return |
| 131 | } | 121 | } | ... | ... |
-
Please register or sign in to post a comment