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,