lex-xin 5 months ago
parent
commit
fbe671f960

+ 0 - 44
src/views/pre-register-active/index.module.less

@@ -109,47 +109,3 @@
     margin: 6px auto 0;
   }
 }
-
-.wxPopupDialog {
-  // position: relative;
-  overflow: initial;
-  // margin-top: -160px;
-
-  &::before {
-    position: absolute;
-    content: ' ';
-    top: -73px;
-    left: 50%;
-    margin-left: -86px;
-    display: inline-block;
-    background: url('../music-group/pre-apply/images/wx-no-top.png') no-repeat top center;
-    background-size: contain;
-    width: 172px;
-    height: 154px;
-  }
-}
-
-.popupContainer {
-  background: url('../music-group/pre-apply/images/wx-no-bg.png') no-repeat top center;
-  background-size: cover;
-  border-radius: 20px;
-  overflow: hidden;
-  padding: 0 20px;
-
-  .title {
-    padding-top: 57px;
-    text-align: center;
-    font-size: 18px;
-    font-weight: 500;
-    color: #3b2300;
-  }
-
-  .popupTips {
-    padding-top: 12px;
-    padding-bottom: 47px;
-    text-align: center;
-    font-size: 15px;
-    color: #777777;
-    line-height: 21px;
-  }
-}

+ 0 - 1
src/views/pre-register-active/index.tsx

@@ -37,7 +37,6 @@ const GRADE_ENUM = {
   '9': '九年级'
 } as any;
 const getGradeList = (gradeYear: string, instrumentCode?: string) => {
-  console.log(gradeYear, '11')
   let tempList: any = [];
   const five = [
     { text: '一年级', value: 1, instrumentCode },