skyblued 2 vuotta sitten
vanhempi
commit
1f7dff08d5

+ 2 - 0
src/views/accompany/index.module.less

@@ -46,6 +46,8 @@
     .heade{
         position: fixed;
         top: 0;
+        width: 100%;
+        z-index: 10;
     }
     .filter{
         display: flex;

+ 1 - 1
src/views/accompany/index.tsx

@@ -68,7 +68,7 @@ export default defineComponent({
     }
     const handleOpen = () => {
       const src: string = route?.path || 'accompany'
-      console.log('🚀 ~ route.path', src)
+    //   console.log('🚀 ~ route.path', src)
       data.childPath = src.replace(/\//g, '') || 'accompany'
     }
     watch(

+ 2 - 1
src/views/accompany/music-list.tsx

@@ -207,9 +207,10 @@ export default defineComponent({
             </Search>
           </div>
         </div>
+        {headerData.height && <div style={{height: headerData.height + 'px'}}></div>}
         <Cell
           center
-          title="无别(【冥加】会员,测试"
+          title="无别,胜强测试"
           isLink
           onClick={() => {
             const origin = /(localhost|192)/.test(location.host)