mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提示
This commit is contained in:
@@ -62,13 +62,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="guidance-actions">
|
<!-- <div class="guidance-actions">
|
||||||
<el-button @click="previousStep1" v-if="currentStep > 1">上一步</el-button>
|
<el-button @click="previousStep1" v-if="currentStep > 1">上一步</el-button>
|
||||||
<el-button type="primary" @click="nextStep">
|
<el-button type="primary" @click="nextStep">
|
||||||
{{ currentStep === 2 ? '完成' : '下一步' }}
|
{{ currentStep === 2 ? '完成' : '下一步' }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="closeGuidance">跳过引导</el-button>
|
<el-button @click="closeGuidance">跳过引导</el-button>
|
||||||
</div>
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user