ソースを参照

Fix 用户订单页面错误

兔姬桑 4 年 前
コミット
015d4a8a28
1 ファイル変更1 行追加1 行削除
  1. 1 1
      resources/views/user/invoices.blade.php

+ 1 - 1
resources/views/user/invoices.blade.php

@@ -139,7 +139,7 @@
           if (result.value) {
             $.ajax({
               method: 'PUT',
-              url: '{{route('closeOrder'), ''}}/' + id,
+              url: '{{route('closeOrder', '')}}/' + id,
               async: false,
               data: {_token: '{{csrf_token()}}'},
               dataType: 'json',