DengTao 8 жил өмнө
parent
commit
01f43b62fd

+ 1 - 1
www/protected/modules/common/controllers/ActivityController.php

@@ -62,7 +62,7 @@ class ActivityController extends O2oBaseController
       $advisory->num = $num;
       $advisory->area =$area;
       if ($advisory->save()){
-          CommonFn::requestAjax('success','你的咨询已提交成功');
+          CommonFn::requestAjax(false,'你的咨询已提交成功');
       }