From 77bca8d43c1ee1fab254a4a1c85e5676a195d6c0 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 9 May 2023 11:06:30 +0800 Subject: [PATCH] =?UTF-8?q?text=EF=BC=9A=E7=89=A9=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/dongsheng/AppAgProducts/AppAgProducts.vue | 2 +- src/project/dongsheng/AppAgProducts/agAdd.vue | 4 ++-- src/project/dongsheng/AppAgProducts/agDetail.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/project/dongsheng/AppAgProducts/AppAgProducts.vue b/src/project/dongsheng/AppAgProducts/AppAgProducts.vue index e79e020..010a95f 100644 --- a/src/project/dongsheng/AppAgProducts/AppAgProducts.vue +++ b/src/project/dongsheng/AppAgProducts/AppAgProducts.vue @@ -22,7 +22,7 @@
- 共{{ list.total }}个农产品 + 共{{ list.total }}个物品
diff --git a/src/project/dongsheng/AppAgProducts/agAdd.vue b/src/project/dongsheng/AppAgProducts/agAdd.vue index 68ea611..6331471 100644 --- a/src/project/dongsheng/AppAgProducts/agAdd.vue +++ b/src/project/dongsheng/AppAgProducts/agAdd.vue @@ -18,7 +18,7 @@
* - +
@@ -90,7 +90,7 @@ export default { submit() { if (!!!this.form.title) return this.$u.toast("请输入标题"); if (!!!this.form.content) return this.$u.toast("请输入详细描述"); - if (!!!this.form.type) return this.$u.toast("请选择农产品类型"); + if (!!!this.form.type) return this.$u.toast("请选择物品类型"); if (!!!this.form.phone) return this.$u.toast("请输入联系方式"); if (this.flag) return this.flag = true diff --git a/src/project/dongsheng/AppAgProducts/agDetail.vue b/src/project/dongsheng/AppAgProducts/agDetail.vue index 48cd581..892749e 100644 --- a/src/project/dongsheng/AppAgProducts/agDetail.vue +++ b/src/project/dongsheng/AppAgProducts/agDetail.vue @@ -30,7 +30,7 @@ import {mapState} from 'vuex' export default { name: "agDetail", - appName: "农产品详情", + appName: "物品详情", data() { return { id: null,