feat: Add 添加SignupModal组件,并在CourseManage中集成注册功能;

This commit is contained in:
huweihang
2025-12-17 01:56:52 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -596,7 +596,7 @@ export default {
.right1 { .right1 {
border-left: 1px solid #f2f6fe; border-left: 1px solid #f2f6fe;
margin-left: 20px; margin-left: 20px;
min-width: 200px; max-width: 200px;
.onerow { .onerow {
display: flex; display: flex;
@@ -635,7 +635,7 @@ export default {
width: 64px; width: 64px;
height: 24px; height: 24px;
margin-top: 25px; margin-top: 25px;
margin-right: 25px; margin-right: 18px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@@ -592,6 +592,7 @@ export default {
tabName: "second", tabName: "second",
audienceDialogVisible: false, audienceDialogVisible: false,
addSignupVisible: false, addSignupVisible: false,
selectedAudiences: [],
learningSituation: { learningSituation: {
pageIndex: 1, //第几页 pageIndex: 1, //第几页
pageSize: 10, // 每页多少条 pageSize: 10, // 每页多少条