8ba77ad8 by zhangmeng

Merge branch 'dev' of https://code.itechtop.cn/yangyang/dance-pc into dev

2 parents df64a35a dd60ebb7
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!