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

add

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