|
@@ -49,6 +49,10 @@
|
|
|
<view class="left-location"><text class="iconfont icon-dingwei"></text>{{item.city}} {{item.area}}</view>
|
|
|
<view class="right-stats">
|
|
|
<view class="it">
|
|
|
+ <text class="iconfont icon-liulan"></text>
|
|
|
+ <text class="text">{{item.visit || 0}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="it">
|
|
|
<text class="iconfont icon-dianzan"></text>
|
|
|
<text class="text">{{item.up || 0}}</text>
|
|
|
</view>
|
|
@@ -56,10 +60,6 @@
|
|
|
<text class="iconfont icon-shoucang"></text>
|
|
|
<text class="text">{{item.collectNum || 0}}</text>
|
|
|
</view>
|
|
|
- <view class="it">
|
|
|
- <text class="iconfont icon-liulan"></text>
|
|
|
- <text class="text">{{item.visit || 0}}</text>
|
|
|
- </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|