29859314 by zrj

8.28 世锦赛票务服务功能

1 parent 38d24180
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!