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}个选项的内容`) } } }