You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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