Taebu / prq

prq.co.kr
MIT License
1 stars 0 forks source link

상점 변경시 반응 없음. #78

Closed Taebu closed 7 years ago

Taebu commented 7 years ago

image

chg_list('pr');

Taebu commented 7 years ago

/prq/application/models/ajax_m.php

/* line 248 */  
//echo json_encode($json);
/* 2017-03-30 (목) 14:29:19  
    상점인 경우 반응 없음 수정
*/
if($array['prq_table']=="prq_store"){
    echo json_encode($json);
}else{
    return json_encode($json);
}
Taebu commented 7 years ago

해결 $.trim() list 사유에 추가.

Taebu commented 7 years ago

커밋 완료 테스트 중...