|
@@ -285,7 +285,7 @@ var vm = new Vue({
|
|
|
return this.form.job == '其他'
|
|
|
},
|
|
|
showCode: function () {
|
|
|
- return this.form.phone !== this.form.oldPhone && this.form.phone.length === 11
|
|
|
+ return (this.form.phone !== this.form.oldPhone && this.form.phone.length === 11) || !this.form.oldPhone
|
|
|
},
|
|
|
defaultSource: function() {
|
|
|
// 默认提交成功不显示广告图和邮箱文案 如果是结构化数据则显示
|