選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pay_success.js 138 B

3年前
123456789
  1. function seeTheOrder(){
  2. window.location.href = './order_list.html';
  3. }
  4. function bookAgain(){
  5. window.location.href = './index.html';
  6. }