prod
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -97,12 +97,12 @@ function building() { | ... | @@ -97,12 +97,12 @@ function building() { |
| 97 | return | 97 | return |
| 98 | } | 98 | } |
| 99 | function popRemark(type){ | 99 | function popRemark(type){ |
| 100 | // debugger | 100 | debugger |
| 101 | if(!form.value){ | 101 | if(!form.value){ |
| 102 | building() | 102 | building() |
| 103 | return | 103 | return |
| 104 | } | 104 | } |
| 105 | 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') || (type=='5'&&form.value.isPhotoView == 0)){ | 105 | 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') || (type=='5'&&form.value.isPhotoView == 0)||type=='0'){ |
| 106 | building() | 106 | building() |
| 107 | return | 107 | return |
| 108 | } | 108 | } | ... | ... |
| ... | @@ -119,7 +119,7 @@ function popRemark(type){ | ... | @@ -119,7 +119,7 @@ function popRemark(type){ |
| 119 | return | 119 | return |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | if((form.value.isJdView == 0&&type=='1') || (form.value.isCarView == 0&&type=='2') || (form.value.isFoodView == 0&&type=='3') || type=='0' || (form.value.isMealView == 0&&type=='4') || (type=='5'&&form.value.isPhotoView == 0)){ | 122 | 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') || (type=='5'&&form.value.isPhotoView == 0)|| type=='0' ){ |
| 123 | building() | 123 | building() |
| 124 | return | 124 | return |
| 125 | } | 125 | } | ... | ... |
-
Please register or sign in to post a comment