From 4d7ce7de14b7bef23dca151513904fe71eafbc09 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Tue, 2 Aug 2022 03:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=9C=A8=E7=BA=BF=E9=87=87?= =?UTF-8?q?=E8=B4=AD=E8=BF=9E=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Client/ViewModels/Purchase/1688PreviewPurchaseViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BBWY.Client/ViewModels/Purchase/1688PreviewPurchaseViewModel.cs b/BBWY.Client/ViewModels/Purchase/1688PreviewPurchaseViewModel.cs index 9714d59e..3e34e05b 100644 --- a/BBWY.Client/ViewModels/Purchase/1688PreviewPurchaseViewModel.cs +++ b/BBWY.Client/ViewModels/Purchase/1688PreviewPurchaseViewModel.cs @@ -281,6 +281,8 @@ namespace BBWY.Client.ViewModels private void FastCreateOrder() { + if (IsLoading) + return; if (TotalAmount == 0) { MessageBox.Show("总金额为0不能提交订单", "提示");