Commit 45995ba7 authored by 吴冠's avatar 吴冠

注册

parent 017e7634
......@@ -173,7 +173,7 @@
lock-scroll
center>
<el-scrollbar style="height:100%">
<p class=MsoNormal align=center style='text-align:center'>注册协议</p>
<!-- <p class=MsoNormal align=center style='text-align:center'>注册协议</p> -->
<p class=MsoNormal align=center style='text-align:center'><span lang=EN-US><o:p>&nbsp;</o:p></span></p>
......@@ -629,13 +629,17 @@
</div>
</div>
<div class="flex btn">
<el-button type="primary" style="height:30px" class="t2 t10" v-if="active==1" @click="prev">上一步</el-button>
<button class=" nextButton" style="margin-right:20px" v-if="active==1" @click="prev">上一步</button>
<button
@click="next"
class="t2 nextButton"
v-if="active == 0 || active == 1">
v-if="active == 0">
下一步
</button>
<button @click="next"
class="t2 nextButton"
v-if="active == 1">
提交></button>
</div>
<button @click="back" class="t2 nextButton" v-if="active == 2">
回到首页
......@@ -796,7 +800,7 @@ export default {
fileList: [],
flag: true, //该值变化,就会触发刷新
code: "", //刷新后的验证码
active: 0,
active: 1,
checked: true,
adminform: {
name: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment