Kaynağa Gözat

铸造订单

licailing 4 yıl önce
ebeveyn
işleme
33caf49092
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/main/resources/templates/AlipayHtml2.ftlh

+ 2 - 2
src/main/resources/templates/AlipayHtml2.ftlh

@@ -152,10 +152,10 @@
     }
 
     setInterval(function () {
-        $.get('/mintOrder/${id}/status', function (data) {
+        $.get('/mintOrder/${orderId}/status', function (data) {
             console.log(data);
             if (data.status !== 'NOT_PAID') {
-                window.location = '/9th/activityOrderDetail?id=${id}';
+                window.location = '/9th/activityOrderDetail?id=${orderId}';
             }
         });
     }, 1000);