diff --git a/themes/tajian/controller/ApiController.php b/themes/tajian/controller/ApiController.php index 57aa2cd..7d17f60 100644 --- a/themes/tajian/controller/ApiController.php +++ b/themes/tajian/controller/ApiController.php @@ -95,7 +95,7 @@ Class ApiController extends SiteController { } if ($code == 1) { //保存视频 - $msg = $this->saveShareVideo($content, $title, $tagName) ? '视频保存完成。' : '视频保存失败!'; + $msg = $this->saveShareVideo($content, $title, $tagName) ? '视频保存完成,系统开始自动处理,1 - 3 分钟后刷新就能看到新添加的视频了。' : '视频保存失败,请稍后重试!'; } return $this->renderJson(compact('code', 'msg', 'err')); diff --git a/www/js/tajian.js b/www/js/tajian.js index 19dd252..cc269a9 100644 --- a/www/js/tajian.js +++ b/www/js/tajian.js @@ -39,4 +39,4 @@ }); }); -})(); \ No newline at end of file +})();