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

13 行
179 B

  1. //查看订单
  2. function viewTheOrder(){
  3. window.location.href = './order_detail.html';
  4. }
  5. //返回首页
  6. function backToHome(){
  7. window.location.href = './resever_bus.html';
  8. }