提交 c752108b 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 3d339b3f
<template>
<div class="insurance-reseach-detail">
<div>
<page-model
v-if="picaWechat != 'wechat'"
ref="PageModel"
:header-info="headerInfo"
/>
<div class="insurance-reseach-detail">
<div class="detail-top">
<div
class="detail-top-info"
......@@ -131,6 +132,7 @@
@select="selectItem"
/>
</div>
</div>
</template>
<script>
......@@ -147,7 +149,7 @@ export default {
style: 'backgroundColor:#ffffff;zIndex:100;',
background: '',
},
actions: [{ name: '高德地图' }, { name: '腾讯地图' }, { name: '百度地图' }],
actions: [{ name: '高德地图', value:1 }, { name: '腾讯地图', value:1 }, { name: '百度地图', value:1}],
detailInfo: {},
showSsheet:false,
yunOrderNo: '',
......@@ -190,7 +192,8 @@ export default {
reAppoint() {
},
selectItem() {
selectItem(item) {
console.log(item);
const address = '上海市浦东新区兰花路333';
const url = 'https://uri.amap.com/marker?&name=' + address + '&callnative=1';
window.open(url);
......@@ -219,9 +222,8 @@ export default {
.insurance-reseach-detail {
position: relative;
width: 100%;
min-height: 100vh;
box-sizing: border-box;
padding: 13px 12px;
padding: 10px 12px;
background: #f5f6f8;
padding-bottom: 120px;
.detail-top {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册