Commit 66a8f0be authored by zhz's avatar zhz

feedback

parent 634cf921
...@@ -59,7 +59,7 @@ class FeedBackServiceModel extends \Business\AbstractModel ...@@ -59,7 +59,7 @@ class FeedBackServiceModel extends \Business\AbstractModel
// \Error\ErrorModel::throwException(\Error\CodeConfigModel::feedbackTelError); // \Error\ErrorModel::throwException(\Error\CodeConfigModel::feedbackTelError);
// } // }
$imgArr = array(); $imgArr = array();
for ($i = 0 ; $i < 2 ; $i++){ for ($i = 0 ; $i < 3 ; $i++){
$number = str_replace(array(0,1,2),array('A','B','C'),$i); $number = str_replace(array(0,1,2),array('A','B','C'),$i);
$image = $param['image'.$number]; $image = $param['image'.$number];
if($image && $type == 0){ if($image && $type == 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment