rabin 5 years ago
parent
commit
22361264f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5/src/View.php

+ 1 - 1
h5/src/View.php

@@ -47,7 +47,7 @@ class View extends Core
         if ($data && $template) {
 
             if (isset($data['info']['status']) && $data['info']['status'] == 1 && $preview != 1) {
-                Dever::alert('您访问的内容已下架');
+                echo '您访问的内容已下架';die;
             }
             if (isset($data['info']['content_array'])) {
                 $data['content'] = $data['info']['content_array'];