1、发布页面的表单名更换:详细地址换为学校名,联系人换成经理,联系电话换成经理电话,详细信息更换提示内容

2、修改页面同上
This commit is contained in:
wangzimeng 2025-08-14 10:22:45 +08:00
parent e999d3738d
commit a278bf103d
2 changed files with 27 additions and 27 deletions

View File

@ -33,12 +33,12 @@
<view class="row " style="">
<view class="label flex align-items" style="width: auto;">
详细地址
学校名
</view>
<view style="margin-top: 20rpx;height: 80rpx;">
<textarea v-model="form.address_detail" style="height: 80rpx;width: 100%;"
maxlength="400" placeholder-style="font-size:28rpx;color:#9c9c9c;line-height:36rpx"
placeholder="请输入详细地址"></textarea>
placeholder="请输入学校全名"></textarea>
</view>
</view>
@ -46,10 +46,10 @@
<view class="row flex align-items" style="padding: 0 30rpx;">
<view class="label flex align-items" style="width: auto;">
联系人
经理
</view>
<view class="row-right" style="width: 80%;">
<input type="text" placeholder="请输入联系人" class="input" v-model="form.contacts"
<input type="text" placeholder="请输入经理名字" class="input" v-model="form.contacts"
style="width: 80%;text-align: right;" />
</view>
</view>
@ -57,10 +57,10 @@
<view class="row flex align-items" style="padding: 0 30rpx;">
<view class="label flex align-items" style="width: auto;">
联系电话
经理电话
</view>
<view class="row-right" style="width: 80%;">
<input type="number" placeholder="请输入联系电话" class="input" v-model="form.contact_number"
<input type="number" placeholder="请输入经理电话" class="input" v-model="form.contact_number"
style="width: 80%;text-align: right;" />
</view>
</view>
@ -76,10 +76,10 @@
</view>
<view style="margin-top: 20rpx;height: 120rpx;margin-bottom: 30rpx;">
<textarea v-model="form.content" style="height: 120rpx;width: 100%;" maxlength="400"
placeholder-style="font-size:28rpx;color:#9c9c9c;line-height:36rpx"
placeholder="请输入你的招标详细信息"></textarea>
placeholder-style="font-size:28rpx;color:#9c9c9c;line-height:36rpx;white-space: pre-line;"
placeholder="餐厅发布信息:\n楼层:**,\n押金:**,\n房租:**,\n扣点:**,\n水电燃气费:**,\n公摊:**,"
></textarea>
</view>
<!-- 图片 -->
<s-uploader ref="uploaderRef" v-model:url="state.formData.images" fileMediatype="image"
limit="9" mode="grid" :imageStyles="{ width: '220rpx', height: '220rpx'}"></s-uploader>
@ -634,7 +634,7 @@
return
}
if (form.value.address_detail == '') {
sheep.$helper.toast('请输入详细地址');
sheep.$helper.toast('请输入学校全名');
// uni.showToast({
// title: '',
// icon: 'none',

View File

@ -31,12 +31,12 @@
<view class="row " style="">
<view class="label flex align-items" style="width: auto;">
详细地址
学校名
</view>
<view style="margin-top: 20rpx;height: 80rpx;">
<textarea v-model="form.address_detail" style="height: 80rpx;width: 100%;"
maxlength="400" placeholder-style="font-size:28rpx;color:#9c9c9c;line-height:36rpx"
placeholder="请输入详细地址"></textarea>
placeholder="请输入学校全名"></textarea>
</view>
</view>
@ -44,10 +44,10 @@
<view class="row flex align-items" style="padding: 0 30rpx;">
<view class="label flex align-items" style="width: auto;">
联系人
经理
</view>
<view class="row-right" style="width: 80%;">
<input type="text" placeholder="请输入联系人" class="input" v-model="form.contacts"
<input type="text" placeholder="请输入经理名字" class="input" v-model="form.contacts"
style="width: 80%;text-align: right;" />
</view>
</view>
@ -55,10 +55,10 @@
<view class="row flex align-items" style="padding: 0 30rpx;">
<view class="label flex align-items" style="width: auto;">
联系电话
经理电话
</view>
<view class="row-right" style="width: 80%;">
<input type="number" placeholder="请输入联系电话" class="input" v-model="form.contact_number"
<input type="number" placeholder="请输入经理电话" class="input" v-model="form.contact_number"
style="width: 80%;text-align: right;" />
</view>
</view>
@ -75,7 +75,7 @@
<view style="margin-top: 20rpx;height: 120rpx;margin-bottom: 30rpx;">
<textarea v-model="form.content" style="height: 120rpx;width: 100%;" maxlength="400"
placeholder-style="font-size:28rpx;color:#9c9c9c;line-height:36rpx"
placeholder="请输入你的招标详细信息"></textarea>
placeholder="餐厅发布信息:\n楼层:**,\n押金:**,\n房租:**,\n扣点:**,\n水电燃气费:**,\n公摊:**,"></textarea>
</view>
<!-- 图片 :value="state.formData.images" @success="handleUploadSuccess" @del-file="handleDelFile"
@ -616,7 +616,7 @@
return
}
if (form.value.address_detail == '') {
sheep.$helper.toast('请输入详细地址');
sheep.$helper.toast('请输入学校全名');
// uni.showToast({
// title: '',
// icon: 'none',
@ -624,7 +624,7 @@
return
}
if (form.value.contacts == '') {
sheep.$helper.toast('请输入联系人');
sheep.$helper.toast('请输入经理名字');
// uni.showToast({
// title: '',
// icon: 'none',
@ -632,7 +632,7 @@
return
}
if (form.value.contact_number == '') {
sheep.$helper.toast('请输入联系人电话');
sheep.$helper.toast('请输入经理电话');
// uni.showToast({
// title: '',
// icon: 'none',