gcz hace 4 años
padre
commit
caf3d22209
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      pages/confirmOrder/confirmOrder.vue

+ 1 - 0
pages/confirmOrder/confirmOrder.vue

@@ -165,6 +165,7 @@
 					}
 					uni.hideLoading()
 				}).catch( err =>{
+					this.requested = true;
 					console.log('createOrder err',err)
 				})