Commit 64738c21 authored by shilei's avatar shilei

数据更新

parent d419b5a6
<template>
<view>
<div class="media">
<div class="media" :key='cardId'>
<div class="flex">
<div class="media-left">
<image :src="img" alt="" class="thumb" mode="aspectFill"></image>
......
......@@ -4,6 +4,7 @@
:title="areaInfo.name || ''"
:cardId="areaInfo.id"
@click="toDetail"
:key="areaInfo.id"
>
<template v-slot:rightMedia>
<view>
......
......@@ -5,6 +5,7 @@
:keyWords="keyWords"
:cardId="detail.id"
@click="toDetail"
:key='detail.id'
>
<template v-slot:rightMedia>
<view>
......
......@@ -5,6 +5,7 @@
:keyWords="keyWords"
:cardId="parkInfo.id"
@click="toDetail"
:key="parkInfo.id"
>
<template v-slot:rightMedia>
<view>
......
......@@ -350,8 +350,6 @@ export default {
id: item.id,
latitude: item.latitude,
longitude: item.longitude,
width: 25,
height: 36,
callout: {
content: item.name,
padding: 5,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment