모바일 사용후기 상품문의 작성 후 이동경로 수정

This commit is contained in:
chicpro
2013-11-22 13:13:42 +09:00
parent 4f1b6ee3a5
commit 3abf00f181
4 changed files with 10 additions and 2 deletions

View File

@ -19,7 +19,10 @@ if ($w == "" || $w == "u") {
if (!$iq_question) alert("질문을 입력하여 주십시오.");
}
$url = "./item.php?it_id=$it_id&_=".get_token()."#sit_qa";
if($is_mobile_shop)
$url = './iteminfo.php?it_id='.$it_id.'&info=qa';
else
$url = "./item.php?it_id=$it_id&_=".get_token()."#sit_qa";
if ($w == "")
{