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

注册

parent 017e7634
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
lock-scroll lock-scroll
center> center>
<el-scrollbar style="height:100%"> <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> <p class=MsoNormal align=center style='text-align:center'><span lang=EN-US><o:p>&nbsp;</o:p></span></p>
...@@ -629,13 +629,17 @@ ...@@ -629,13 +629,17 @@
</div> </div>
</div> </div>
<div class="flex btn"> <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 <button
@click="next" @click="next"
class="t2 nextButton" class="t2 nextButton"
v-if="active == 0 || active == 1"> v-if="active == 0">
下一步 下一步
</button> </button>
<button @click="next"
class="t2 nextButton"
v-if="active == 1">
提交></button>
</div> </div>
<button @click="back" class="t2 nextButton" v-if="active == 2"> <button @click="back" class="t2 nextButton" v-if="active == 2">
回到首页 回到首页
...@@ -796,7 +800,7 @@ export default { ...@@ -796,7 +800,7 @@ export default {
fileList: [], fileList: [],
flag: true, //该值变化,就会触发刷新 flag: true, //该值变化,就会触发刷新
code: "", //刷新后的验证码 code: "", //刷新后的验证码
active: 0, active: 1,
checked: true, checked: true,
adminform: { adminform: {
name: "", 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