|
|
@@ -39,7 +39,7 @@
|
|
|
<view class="title-bar">
|
|
|
<image
|
|
|
class="title-icon"
|
|
|
- src=""
|
|
|
+ src="http://img.huaml.com/common/inventory.png"
|
|
|
>
|
|
|
</image>
|
|
|
<text class="title">
|
|
|
@@ -71,7 +71,7 @@
|
|
|
<view class="title-bar">
|
|
|
<image
|
|
|
class="title-icon"
|
|
|
- src=""
|
|
|
+ src="http://img.huaml.com/common/inventory.png"
|
|
|
>
|
|
|
</image>
|
|
|
<text class="title">
|
|
|
@@ -83,7 +83,7 @@
|
|
|
<view :class="['show-tag',baseInfo.todayCompareYesterday>0?'up':'down']">
|
|
|
<view class="tag">
|
|
|
同期
|
|
|
- <image class="arrow" src="" />
|
|
|
+ <image class="arrow" :src="baseInfo.todayCompareYesterday>0? 'http://img.huaml.com/common/icon_down.png' : 'http://img.huaml.com/common/icon_up.png'" />
|
|
|
</view>
|
|
|
<text>{{baseInfo.todayCompareYesterday}}</text>
|
|
|
</view>
|
|
|
@@ -98,7 +98,7 @@
|
|
|
<view :class="['show-tag',baseInfo.latestSevenSameTerm>0?'up':'down']">
|
|
|
<view class="tag">
|
|
|
同期
|
|
|
- <image class="arrow" src="" />
|
|
|
+ <image class="arrow" :src="baseInfo.todayCompareYesterday>0? 'http://img.huaml.com/common/icon_down.png' : 'http://img.huaml.com/common/icon_up.png'" />
|
|
|
</view>
|
|
|
<text>{{baseInfo.latestSevenSameTerm}}</text>
|
|
|
</view>
|
|
|
@@ -113,7 +113,7 @@
|
|
|
<view :class="['show-tag',baseInfo.latestThirtySameTerm>0?'up':'down']">
|
|
|
<view class="tag ">
|
|
|
同期
|
|
|
- <image class="arrow" src="" />
|
|
|
+ <image class="arrow" :src="baseInfo.todayCompareYesterday>0? 'http://img.huaml.com/common/icon_down.png' : 'http://img.huaml.com/common/icon_up.png'" />
|
|
|
</view>
|
|
|
<text>{{baseInfo.latestThirtySameTerm}}</text>
|
|
|
</view>
|