xiongzhu 4 years ago
parent
commit
352b170036
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/AlipayHtml.ftlh

+ 1 - 1
src/main/resources/templates/AlipayHtml.ftlh

@@ -155,7 +155,7 @@
         $.get('/order/${orderId}/status', function (data) {
             console.log(data);
             if (data.status !== 'NOT_PAID') {
-                window.location = '/9th/orders';
+                window.location = '/9th/orderDetail?id=${orderId}';
             }
         });
     }, 1000);