调整
This commit is contained in:
parent
ebdd64dae8
commit
02c8bd5114
@ -103,7 +103,9 @@ export default {
|
|||||||
{
|
{
|
||||||
validator: (rule, value, cb, source, options) => {
|
validator: (rule, value, cb, source, options) => {
|
||||||
const errors = []
|
const errors = []
|
||||||
|
if (this.mailTypeVisible) {
|
||||||
console.log(this.postForm.mailtype)
|
console.log(this.postForm.mailtype)
|
||||||
|
}
|
||||||
cb()
|
cb()
|
||||||
return errors
|
return errors
|
||||||
},
|
},
|
||||||
@ -115,7 +117,9 @@ export default {
|
|||||||
{
|
{
|
||||||
validator: (rule, value, cb, source, options) => {
|
validator: (rule, value, cb, source, options) => {
|
||||||
const errors = []
|
const errors = []
|
||||||
|
if (this.mailTypeVisible) {
|
||||||
console.log(this.postForm.mailtype)
|
console.log(this.postForm.mailtype)
|
||||||
|
}
|
||||||
cb()
|
cb()
|
||||||
return errors
|
return errors
|
||||||
}
|
}
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="5">
|
<el-col :span="5">
|
||||||
<el-form-item label-width="120px" label="创建钱包地址" class="postInfo-container-item" prop="content">
|
<el-form-item label-width="120px" label="创建邮件账号" class="postInfo-container-item" prop="content">
|
||||||
<el-input v-model="postForm.create_address" />
|
<el-input v-model="postForm.create_address" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="5">
|
<el-col :span="5">
|
||||||
<el-form-item label-width="120px" label="更新钱包地址" class="postInfo-container-item" prop="content">
|
<el-form-item label-width="120px" label="更新邮件账号" class="postInfo-container-item" prop="content">
|
||||||
<el-input v-model="postForm.update_address" />
|
<el-input v-model="postForm.update_address" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user