lex 1 yıl önce
ebeveyn
işleme
dc512cefce

BIN
src/student/down-load/images/student_bg.png


BIN
src/student/down-load/images/teacher_bg.png


BIN
src/student/down-load/images/teacher_logo.png


+ 9 - 1
src/student/down-load/index.module.less

@@ -11,10 +11,16 @@
   width: 104px;
   height: 127px;
   margin: 0 auto;
+
+  img {
+    width: inherit;
+    height: inherit;
+  }
 }
 
 .down {
   text-align: center;
+
   :global {
     .van-button {
       width: 194px;
@@ -29,6 +35,7 @@
   padding-bottom: 32px;
   width: 227px;
   margin: 0 auto;
+
   img {
     width: 100%;
   }
@@ -42,8 +49,9 @@
   left: 0;
   background: rgba(0, 0, 0, 0.5);
   z-index: 9999;
+
   img {
     width: 88%;
     margin: 0 6%;
   }
-}
+}

+ 1 - 1
src/tenant/music/music-detail/index.module.less

@@ -606,4 +606,4 @@
       line-height: 15px;
     }
   }
-}
+}

+ 51 - 0
src/tenant/music/music-detail/new-index.module.less

@@ -562,4 +562,55 @@
       line-height: 15px;
     }
   }
+}
+
+.shareMate {
+  position: relative;
+  margin-top: 50px;
+  display: flex;
+  flex: 1;
+  align-items: center;
+  padding: 11px 12px;
+  background: #ffffff;
+  border-radius: 10px;
+
+  // border: 1px solid #2dc7aa;
+  .icon {
+    width: 36px;
+    height: 36px;
+    border-radius: 10px;
+  }
+
+  .info {
+    margin-left: 14px;
+    flex: 1;
+    margin-right: 14px;
+    word-break: break-all;
+
+    >h4 {
+      color: var(--music-list-item-title-color);
+      font-size: 14px;
+      font-weight: 600;
+      width: 200px;
+    }
+
+    >p {
+      color: var(--music-list-item-mate-color);
+      line-height: 17px;
+    }
+  }
+
+  .tagDiscount {
+    position: absolute;
+    top: -26px;
+    left: 15px;
+    padding: 2px 10px 1px;
+    height: 23px;
+    background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
+    border-radius: 8px 8px 0px 0px;
+    font-size: 14px;
+    font-weight: 600;
+    color: #ffffff;
+    line-height: 20px;
+  }
 }

+ 5 - 12
src/tenant/music/train-list/index.tsx

@@ -308,18 +308,11 @@ export default defineComponent({
                   showTitleImg
                   list={data.value.rows}
                   onDetail={(item: any) => {
-                    const url =
-                      location.origin +
-                      location.pathname +
-                      '#/music-detail?id=' +
-                      item.id
-                    openDefaultWebView(url, () => {
-                      router.push({
-                        path: '/music-detail',
-                        query: {
-                          id: item.id
-                        }
-                      })
+                    router.push({
+                      path: '/music-detail',
+                      query: {
+                        id: item.id
+                      }
                     })
                   }}
                 />

+ 1 - 1
src/views/article-center/help-center-detail.tsx

@@ -36,7 +36,7 @@ export default defineComponent({
         content
       }
 
-      const documentTitle = catalogId == 2 ? '公告详情' : ' '
+      const documentTitle = catalogId == 2 ? '公告详情' : 'ㅤ' //'    ‌‍‎‏ '
       document.title = documentTitle
     } catch {}
     useEventTracking('帮助中心')