校验修改
This commit is contained in:
parent
45e246ef32
commit
1b3eef2b00
|
|
@ -22,7 +22,7 @@
|
||||||
>获取免费</span><span>听课权限</span></div>
|
>获取免费</span><span>听课权限</span></div>
|
||||||
<div class="qd-form">
|
<div class="qd-form">
|
||||||
<el-form
|
<el-form
|
||||||
ref="form"
|
ref="form1"
|
||||||
:model="form"
|
:model="form"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
label-width="100px"
|
label-width="100px"
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
</el-form>
|
</el-form>
|
||||||
<p style="padding-left: 70px;font-size: 12px;padding-top: 10px">手机号用于直播课观看登录,请填写正确手机号</p>
|
<p style="padding-left: 70px;font-size: 12px;padding-top: 10px">手机号用于直播课观看登录,请填写正确手机号</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-button" @click="submitForm('form')">
|
<div class="app-button" @click="submitForm('form1')">
|
||||||
<p>立即申请</p>
|
<p>立即申请</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="bot-ts"><p>申请即可获得"财税系列直播课"<span style="color: red">永久性免费</span>听课权限</p></div>
|
<div class="bot-ts"><p>申请即可获得"财税系列直播课"<span style="color: red">永久性免费</span>听课权限</p></div>
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="background-color:whitesmoke;margin: 10px;border-radius: 20px">
|
<div style="background-color:whitesmoke;margin: 10px;border-radius: 20px">
|
||||||
<el-form
|
<el-form
|
||||||
ref="form"
|
ref="form2"
|
||||||
:model="form"
|
:model="form"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
label-width="100px"
|
label-width="100px"
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
style="width: 90%;height: 50px;margin-top: 10px;background-color: #2d8ff4"
|
style="width: 90%;height: 50px;margin-top: 10px;background-color: #2d8ff4"
|
||||||
round
|
round
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="submitForm('form')"
|
@click="submitForm('form2')"
|
||||||
>下一步
|
>下一步
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
style="width: 90%;height: 50px;margin-top: 10px;background-color: #2d8ff4"
|
style="width: 90%;height: 50px;margin-top: 10px;background-color: #2d8ff4"
|
||||||
round
|
round
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="submitForm('form')"
|
@click="submitForm('form2')"
|
||||||
>下一步
|
>下一步
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
style="width: 90%;height: 50px;margin-top: 10px;background-color: #2d8ff4"
|
style="width: 90%;height: 50px;margin-top: 10px;background-color: #2d8ff4"
|
||||||
round
|
round
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="submitForm('form')"
|
@click="submitForm('form2')"
|
||||||
>下一步
|
>下一步
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue