text:物品

This commit is contained in:
liuye
2023-05-09 11:06:30 +08:00
parent 6e3aee6a2e
commit 77bca8d43c
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
<u-icon name="arrow-down" size="28" color="#333333" :custom-style="{marginLeft:'8px'}"></u-icon>
</span>
<div class="total">
<em>{{ list.total }}</em>农产
<em>{{ list.total }}</em>
</div>
</header>
<div class="card-list">

View File

@@ -18,7 +18,7 @@
<div class="card">
<div class="form">
<em>*</em>
<label>农产品类型</label>
<label>品类型</label>
<AiSelect class="right" v-model="form.type" dict="agriculturalType"/>
</div>
</div>
@@ -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

View File

@@ -30,7 +30,7 @@ import {mapState} from 'vuex'
export default {
name: "agDetail",
appName: "农产品详情",
appName: "品详情",
data() {
return {
id: null,