This commit is contained in:
aihe 2024-12-06 17:36:21 +08:00
parent 0bd3c3dd16
commit b0bf59f70b

View File

@ -43,8 +43,8 @@
<tpx-input v-model:value="submitParam.email" placeholder="邮箱(选填"></tpx-input>
</view>
<view class="mt-30">
<tpx-input v-model:value="submitParam.company" placeholder="公司名称(选填)"></tpx-input>
<view class="mt-30 lbRequiredDot">
<tpx-input v-model:value="submitParam.company" placeholder="公司名称"></tpx-input>
</view>
</view>
</view>
@ -118,7 +118,8 @@
phone: { required: true, requiredMsg: '手机号不能为空' },
country: { required: true, requiredMsg: '国家不能为空' },
province: { required: true, requiredMsg: '省份不能为空' },
address: { required: true, requiredMsg: '详细地址不能为空' },
address: { required: true, requiredMsg: '详细地址不能为空' },
company: { required: true, requiredMsg: '公司名称不能为空' },
},
}
},