8.28 世锦赛票务服务功能
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -239,6 +239,7 @@ function popRemark(type) { | ... | @@ -239,6 +239,7 @@ function popRemark(type) { |
| 239 | || (form.value.isFoodView == 0 && type == '3') | 239 | || (form.value.isFoodView == 0 && type == '3') |
| 240 | || (form.value.isMealView == 0 && type == '4') | 240 | || (form.value.isMealView == 0 && type == '4') |
| 241 | || (form.value.isPhotoView == 0 && type == '5') | 241 | || (form.value.isPhotoView == 0 && type == '5') |
| 242 | || (form.value.isTicketView == 0 && type == '10') | ||
| 242 | ) { | 243 | ) { |
| 243 | building() | 244 | building() |
| 244 | return | 245 | return | ... | ... |
-
Please register or sign in to post a comment