作者 anyv
1 个管道 的构建 通过 耗费 1 秒

关于我们

@@ -23,7 +23,7 @@ class AboutController extends HomeBaseController{ @@ -23,7 +23,7 @@ class AboutController extends HomeBaseController{
23 $about_img_one['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_one['post_content'])); 23 $about_img_one['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_one['post_content']));
24 $this -> assign('about_img_one',$about_img_one); 24 $this -> assign('about_img_one',$about_img_one);
25 25
26 - $about_img_two = Db::name('portal_post') -> where('id',4) -> find(); 26 + $about_img_two = Db::name('portal_post') -> where('id',5) -> find();
27 $about_img_two['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_two['post_content'])); 27 $about_img_two['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_two['post_content']));
28 $this -> assign('about_img_two',$about_img_two); 28 $this -> assign('about_img_two',$about_img_two);
29 29