杨磊
2024-05-20 f5ffd93860c6ddfc82930c0c71a11e7dba6abf6d
src/pages/repository/repository.vue
@@ -41,7 +41,7 @@
               </el-card>
               <el-card class="box-card" style="width: 100%;height: 2.06rem; margin: .26rem 0;">
                  <div class="clearfix flex" style="font-weight: 900;font-size: .14rem;padding-bottom: .1rem;">
                     <span>时空地铁</span>
                     <span>时空地图</span>
                     <!-- <el-button icon="el-icon-rank" style="float: right; padding: 3px 0" type="text"></el-button> -->
                     <img src="@/static/image/fangda.png" @click="fangdaClick(2)"
                        style="width: .18rem;height: .18rem;" alt="" />
@@ -141,7 +141,7 @@
      <!-- 返回顶部 -->
      <el-col style="position: absolute;bottom: 1rem;left:1.2rem ;">
         <el-button style="width: .4935rem;height: .4935rem;font-size: .3rem;" icon="el-icon-download" circle
         <el-button style="width: .50rem;height: .50rem;font-size: .3rem;" icon="el-icon-top" circle
            @click="scrollToTop"></el-button>
      </el-col>
   </view>
@@ -286,7 +286,7 @@
            if (index == 1) {
               console.log('跳转关系地图');
               uni.navigateTo({
                  url: '/pages/characterRelation/characterRelation'
                  url: '/pages/character/index'
               })
            } else if (index == 2) {
               uni.navigateTo({
@@ -301,7 +301,7 @@
         },
         // 返回上一页
         goBack() {
            uni.navigateBack();
            this.$router.go(-1);
         },
         // 返回顶部
         scrollToTop() {