|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<view class="trajectory">
|
|
|
<view class="title">访问轨迹</view>
|
|
|
- <time-axis v-for="item,index in trajectoryList" :key="item.userID" @click.native="handleLink(item)">
|
|
|
+ <time-axis v-for="item,index in trajectoryList" :key="index">
|
|
|
<template #title>
|
|
|
<text>{{ item.accessTime }}(停留时长{{ item.accessDuration }})</text>
|
|
|
</template>
|
|
|
<template #content>
|
|
|
- <view class="time-axis-content">
|
|
|
+ <view class="time-axis-content" @click.native="handleLink(item)">
|
|
|
<image
|
|
|
:src="fileType(item)"
|
|
|
class="axis-product"
|