| | |
| | | </el-carousel>
|
| | |
|
| | | <div class="control">
|
| | | <div class="pre" @click="preForm">上一步</div>
|
| | | <div class="pre" @click="preForm" v-if="active != 0">上一步</div>
|
| | | <div class="next" @click="nextForm" v-if="active == 0">下一步</div>
|
| | | <div class="next" @click="nextFormNot" v-if="active == 1">跳过</div>
|
| | | <div class="next" @click="nextForm" v-if="active == 1 && !isNet">
|
| | |
| | | async getInitInfo() {
|
| | | const res = await getInitInfo();
|
| | |
|
| | | if (res.data.initPwd && !res.data.initRegInfo) {
|
| | | if (true) {
|
| | | const res1 = await getRegInfo();
|
| | | this.active = 1;
|
| | | console.log(res1);
|