Commit 424827ea by Kazuki Nakamura

【eモニポイント連携】「会員番号確認」画面の「back」ボタン押下時に、「会員情報入力」画面に遷移してしまうバグを修正

parent ca355c61
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<script language="JavaScript" type="text/JavaScript"> <script language="JavaScript" type="text/JavaScript">
<!-- <!--
function back(){ function back(){
document.forms[0].action="#q('/user/pointUse/pointUse')?giftExchangeInfoId=2"; document.forms[0].action="#q('/user/pointUse/pointUse')?giftExchangeInfoId=2&uEditEndFlg";
document.forms[0].submit(); document.forms[0].submit();
} }
......
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