From 1ee269ce311eb9532ffb45c1d9b1ddfa3bff6d6d Mon Sep 17 00:00:00 2001 From: "3056762376@qq.com" <3056762376@qq.com> Date: Sat, 5 Nov 2022 07:46:28 +0800 Subject: [PATCH] changes --- 08-综合练习/简单图书管理/js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/08-综合练习/简单图书管理/js/index.js b/08-综合练习/简单图书管理/js/index.js index 2eb4960..19b6d45 100644 --- a/08-综合练习/简单图书管理/js/index.js +++ b/08-综合练习/简单图书管理/js/index.js @@ -18,7 +18,6 @@ new Vue({ if (val == this.books[i].id) { this.books[i].num += 1 if (this.books[i].num > 10) { - alert("你已经购买了10件不能再买了") this.books[i].num = 10 } }