|
|
@@ -426,7 +426,7 @@ class Model_logic_zhlp extends Lin_Model {
|
|
|
"color"=>empty($arr['color'])?0:$arr['color'],
|
|
|
"lowe"=>empty($arr['lowe'])?0:$arr['lowe'],
|
|
|
"items"=>empty($arr['items'])?0:$arr['items'],
|
|
|
- "syother"=>empty($arr['syother'])?0:$arr['syother'],
|
|
|
+ "syhairther"=>empty($arr['syhairther'])?0:$arr['syhairther'],
|
|
|
"size"=>empty($arr['size'])?0:$arr['size'],
|
|
|
];
|
|
|
}elseif($type == 3){
|
|
|
@@ -438,7 +438,7 @@ class Model_logic_zhlp extends Lin_Model {
|
|
|
"color"=>empty($arr[8])?0:$arr[8],//头发颜色
|
|
|
"lowe"=>empty($arr[15])?0:$arr[15],//曲 度
|
|
|
"items"=>empty($arr[38])?0:$arr[38],//单包片数
|
|
|
- "syother"=>empty($arr[48])?0:$arr[48],//化纤发其它
|
|
|
+ "syhairther"=>empty($arr[48])?0:$arr[48],//化纤发其它
|
|
|
"size"=>empty($arr[14])?0:$arr[14],//长 度
|
|
|
];
|
|
|
}else{
|