no message
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -191,6 +191,11 @@ function popRemark(type) { | ... | @@ -191,6 +191,11 @@ function popRemark(type) { |
| 191 | } | 191 | } |
| 192 | } | 192 | } |
| 193 | 193 | ||
| 194 | if (type == '1') { | ||
| 195 | proxy.$modal.msgWarning(language.value == 0 ? '暂未开放' : 'Not yet open') | ||
| 196 | return; | ||
| 197 | } | ||
| 198 | |||
| 194 | if ((form.value.isJdView == 0 && type == '1') | 199 | if ((form.value.isJdView == 0 && type == '1') |
| 195 | || (form.value.isCarView == 0 && type == '2') | 200 | || (form.value.isCarView == 0 && type == '2') |
| 196 | || (form.value.isFoodView == 0 && type == '3') | 201 | || (form.value.isFoodView == 0 && type == '3') | ... | ... |
-
Please register or sign in to post a comment