lvhao 5 ngày trước cách đây
mục cha
commit
1125fba1bc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/CoreApp/controllers/Colour.php

+ 1 - 0
core/CoreApp/controllers/Colour.php

@@ -274,6 +274,7 @@ class Colour extends Start_Controller {
 		}
 		$colour['img'] = $img;
 		$this->data['colour'] = $colour;
+		$this->data['is_has'] =1;
 		$this->_Template('colour_see',$this->data);
 	}