508b1a6c by 华明祺

no message

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