From 9e6ea4d1e0f486ab1b4a0f3e1be0ada879655f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Mon, 10 Jan 2022 10:11:28 +0800 Subject: [PATCH] bug --- src/apps/AppVillageDiscuss/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppVillageDiscuss/Add.vue b/src/apps/AppVillageDiscuss/Add.vue index f382d53c..175ae64e 100644 --- a/src/apps/AppVillageDiscuss/Add.vue +++ b/src/apps/AppVillageDiscuss/Add.vue @@ -160,7 +160,7 @@ export default { for (let i = 0; i < list.length; i ++) { if (!list[i].content) { - return this.$u.toast(`请输入弟${i + 1}个选项的内容`) + return this.$u.toast(`请输入第${i + 1}个选项的内容`) } } }