| | |
| | | </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="" /> |
| | |
| | | |
| | | <!-- 返回顶部 --> |
| | | <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> |
| | |
| | | import 'echarts/extension/bmap/bmap'; |
| | | import { |
| | | loadBMap |
| | | } from "../../static/map.js" |
| | | } from "@/static/map.js" |
| | | import Table1 from '@/components/table1/table1.vue' |
| | | export default { |
| | | components: { |
| | |
| | | if (index == 1) { |
| | | console.log('跳转关系地图'); |
| | | uni.navigateTo({ |
| | | url: '/pages/characterRelation/characterRelation' |
| | | url: '/pages/character/index' |
| | | }) |
| | | } else if (index == 2) { |
| | | uni.navigateTo({ |