BUG 30547
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
<div class="card">
|
||||
<div class="form border">
|
||||
<em>*</em>
|
||||
<label>联系人</label>
|
||||
<div class="right">
|
||||
<u-input trim placeholder="请输入" input-align="right"
|
||||
@@ -50,7 +49,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form">
|
||||
<em>*</em>
|
||||
<label>地址</label>
|
||||
<div class="right">
|
||||
<u-input trim placeholder="请输入" input-align="right" style="flex: 1;margin-left: 16px;"
|
||||
@@ -93,9 +91,7 @@ export default {
|
||||
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.contactPerson) return this.$u.toast("请输入联系人")
|
||||
if (!!!this.form.phone) return this.$u.toast("请输入联系方式");
|
||||
if (!!!this.form.address) return this.$u.toast("请输入地址");
|
||||
if (this.flag) return
|
||||
this.flag = true
|
||||
this.$loading()
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<AiItem label="联系方式">
|
||||
<u-icon name="phone-fill" size="32" label-size="32" color="#4181FF" labelColor="#4181FF" :label="detail.phone" @click="phone"/>
|
||||
</AiItem>
|
||||
<AiItem label="地址" :value="detail.address"/>
|
||||
<AiItem v-if="detail.address" label="地址" :value="detail.address"/>
|
||||
</AiGroup>
|
||||
<div class="btn-wrapper" v-if="detail.openId == user.openId">
|
||||
<div class="btn" @click="unDo" hover-class="text-hover">撤销发布</div>
|
||||
|
||||
Reference in New Issue
Block a user