07 2022 档案

摘要:1.下载echarts.js放到static目录 npm i echarts@3.6.2 --save // 使用版本一定要注意,这里3.6.2是测试过没问题的版本,高版本点击事件会报错 然后将js文件放到对应目录 2.创建组件,这里直接贴代码,map.vue: <template> <view i 阅读全文 »
posted @ 2022-07-28 17:14 玛卡巴鉲 阅读(1053) 评论(3) 推荐(1) 编辑
摘要:主要是应用geo这个属性: export const baseOption = ({ areaStr, scatterDara, zoom = 1.6, layoutSize = '80%', aspectScale = 0.8, layoutCenterOne = 55, layoutCenter 阅读全文 »
posted @ 2022-07-25 17:04 玛卡巴鉲 阅读(3840) 评论(0) 推荐(0) 编辑
摘要:高德地图Api官网:https://lbs.amap.com/api/javascript-api/reference/search#m_AMap.DistrictSearch 1.使用DistrictSearch插件可以通过城市名或城市码查询到城市的区号、城市编码、中心点、边界、下辖区域等详细信息 阅读全文 »
posted @ 2022-07-22 16:04 玛卡巴鉲 阅读(4519) 评论(0) 推荐(0) 编辑
摘要:// 横向虚线 .dash-horizontal { width: 100%; height: 1px; background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%); background-size: 阅读全文 »
posted @ 2022-07-20 09:28 玛卡巴鉲 阅读(120) 评论(0) 推荐(0) 编辑
摘要:1. 使用插件 vue-seamless-scroll 网址:https://chenxuan1993.gitee.io/component-document/index_prod#/component/seamless-default 配置参数: defaultOption () { return 阅读全文 »
posted @ 2022-07-08 13:52 玛卡巴鉲 阅读(545) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示