ebe5cf6d by 杨炀

no message

1 parent c9d4a1a7
......@@ -109,23 +109,13 @@ function popRemark(type) {
building()
return
}
// if ((form.value.isJdView == 0 && type == '1')
// || (form.value.isCarView == 0 && type == '2')
// || (form.value.isFoodView == 0 && type == '3')
// || (form.value.isMealView == 0 && type == '4')
// || (form.value.isPhotoView == 0 && type == '5')
// ) {
// building()
// return
// }
if ((form.value.isJdView == 0 && type == '1')
|| (type == '2')
|| ( type == '3')
|| (form.value.isMealView == 0 && type == '4')
|| (type == '5')
// || (type == '0')
)
{
|| (form.value.isCarView == 0 && type == '2')
|| (form.value.isFoodView == 0 && type == '3')
|| (form.value.isMealView == 0 && type == '4')
|| (form.value.isPhotoView == 0 && type == '5')
// || (type == '0')
) {
building()
return
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!