YM
2024-04-26 a640a68b55034ad38b1936eedd33c23f63bec0f0
src/pages/index/index.vue
@@ -115,19 +115,19 @@
            },
            // 书籍数据
            listData: [{
                  name: '历代医家传记库',
                  name: '中医人物数据库',
                  id: 1,
               }, {
                  name: '世医医家库',
                  name: '世医医家数据库',
                  id: 2,
               }, {
                  name: '医学学术流派',
                  name: '中医学术流派',
                  id: 3,
               }, {
                  name: '中国地域医谱',
                  name: '中医地域医谱',
                  id: 4,
               }, {
                  name: '中国医事制度',
                  name: '中医医事制度',
                  id: 5,
               },
@@ -182,17 +182,20 @@
            // uni.setStorageSync('globalData', { id: 123, name: 'example' });
            if (item.id == 1) {
               uni.navigateTo({
                  // url: '/pages/repository/repository?id=' + item.id
                  url: '/pages/characterRelation/characterRelation?id=' + item.id
                  // url: '/pages/character/detail?id=' + item.id
                  url: '/pages/character/index?id=' + item.id
               })
            } else if (item.id == 2) {
               console.log(item.name);
               uni.navigateTo({
                  url: '/pages/zhongyi/zhongyi?id=' + item.id
                  url: '/pages/inherit/index?id=' + item.id
               })
               // uni.navigateTo({
               //    url: '/pages/shiyiHome/shiyiHome'
               // })
            } else if (item.id == 3) {
               uni.navigateTo({
                  url: '/pages/dataDisplay/dataDisplay?id=' + item.id
                  url: '/pages/academicGenres/index?id=' + item.id
               })
            } else if (item.id == 4) {
               uni.navigateTo({
@@ -483,7 +486,7 @@
      }
   }
   @media screen and (min-width:1366px) and (max-width:1920px) {
   @media screen and (min-width:1366px) {
      .Ttop {
         margin-bottom: .6rem !important;
      }
@@ -527,9 +530,7 @@
         width: 2rem !important;
      }
      .hua {
         height: 4rem !important;
      }
   }
@@ -691,6 +692,7 @@
         background: #EBF4FF;
         font-weight: 600;
         margin: 0 .21rem;
         cursor: pointer;
      }
   }