twt 10 months ago
parent
commit
0f974d88af

+ 1 - 1
pages/user/myOrder/activityOrderDetail.vue

@@ -596,7 +596,7 @@
 						 });
 						setTimeout(function() {
 							that.getData()
-						}, 300);
+						}, 1000);
 				    },
 				    fail: function (err) {
 					  console.log(err)

+ 1 - 1
pages/user/myOrder/mallOrderDetail.vue

@@ -543,7 +543,7 @@
 						 });
 						 setTimeout(function() {
 						 	that.getData()
-						 }, 300);
+						 }, 1000);
 						
 				    },
 				    fail: function (err) {

+ 1 - 1
pages/user/myOrder/paintOrderDetail.vue

@@ -522,7 +522,7 @@
 						 });
 						setTimeout(function() {
 							that.getData()
-						}, 300);
+						}, 1000);
 				    },
 				    fail: function (err) {
 					  console.log(err)