Browse Source

报错提示

gcz 1 year ago
parent
commit
a111db9048
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/bookticket.vue

+ 2 - 2
pages/bookticket.vue

@@ -362,7 +362,7 @@
 					this.cansubmit = true;
 					uni.hideLoading();
 					// uni.$u.toast(err.msg);
-					if (err.msg.includes('限购')) {
+					// if (err.msg.includes('限购')) {
 						this.umodal.title = '';
 						this.umodal.content = err.msg;
 						this.umodal.show = true;
@@ -371,7 +371,7 @@
 						// 		status: 0
 						// 	});
 						// }, 2000)
-					}
+					// }
 					console.log('submitOrder', err);
 				})
 			},