|
@@ -22,7 +22,9 @@
|
|
|
<view class="latest-list">
|
|
<view class="latest-list">
|
|
|
<block v-for="(item,index) in latestList" :key="index">
|
|
<block v-for="(item,index) in latestList" :key="index">
|
|
|
<view class="ui-card latest-item" @click="openLatestChart(item.el,item.text)">
|
|
<view class="ui-card latest-item" @click="openLatestChart(item.el,item.text)">
|
|
|
- <view class="icon"></view>
|
|
|
|
|
|
|
+ <view class="icon">
|
|
|
|
|
+ <image :src="`/static/icon/${item.markId}.png`"></image>
|
|
|
|
|
+ </view>
|
|
|
<view class="column-between text-info font-12">
|
|
<view class="column-between text-info font-12">
|
|
|
<view class="text">{{item.text}}</view>
|
|
<view class="text">{{item.text}}</view>
|
|
|
<view class="text">{{item.value}}</view>
|
|
<view class="text">{{item.value}}</view>
|