From daee60c469ebe1fe63625bdd23c8c8f51b975462 Mon Sep 17 00:00:00 2001 From: MrJiaGe <3060669380@qq.com> Date: Mon, 29 Sep 2025 14:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B1=BB=E5=9E=8B=E5=88=A4?= =?UTF-8?q?=E5=AE=9A=E5=AF=BC=E8=87=B4=E6=AD=BB=E5=BE=AA=E7=8E=AF=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index cee5c8b..7104f98 100644 --- a/main.cpp +++ b/main.cpp @@ -37,7 +37,7 @@ int main() { int choice; std::string name; double price; - bool type; + int type; std::string expirationDate;// 过期日期 std::string msgboxTitle, msgboxContent;// 消息框标题和内容 displayMenu();