|
|
@@ -273,7 +273,7 @@
|
|
|
{{ item.qyDialogu.title }}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="loca ddflex" @click="jumpUrlPoi(item,'/office/poi/index')" v-if="item.poiName"><image :src="picUrlss+'office_images/loca.png'"></image><text v-if="item.poiDistance > 0">{{item.poiDistance ? item.poiDistance < 1000 ? item.poiDistance+'m' : (item.poiDistance/1000).toFixed(1)+'km' : ''}}</text>{{item.poiName}}</view>
|
|
|
+ <view class="loca ddflex" @click="jumpUrlPoi(item,'/office/poi/index')" v-if="item.poiName"><image src="/static/images/loca.png"></image><text v-if="item.poiDistance > 0">{{item.poiDistance ? item.poiDistance < 1000 ? item.poiDistance+'m' : (item.poiDistance/1000).toFixed(1)+'km' : ''}}</text>{{item.poiName}}</view>
|
|
|
<!-- 投票 -->
|
|
|
<view :class="'vote-box' + (item.qyPoll.isEnd ? ' ends' : '')" v-if="item.qyPoll">
|
|
|
<view class="vote-tit">{{ item.qyPoll.title }}</view>
|
|
|
@@ -359,7 +359,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="nodata" v-else>
|
|
|
- <image :src="picUrlss + 'empty_jl.png'"></image>
|
|
|
+ <image src="/static/images/empty_jl.png"></image>
|
|
|
<text>{{ type == 1 ? '暂无动态' : type == 2 ? '暂无提问' : type == 3 ? '暂无日记' : '' }}</text>
|
|
|
</view>
|
|
|
</block>
|
|
|
@@ -373,7 +373,6 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
- picUrlss: req.public.picUrls,
|
|
|
systems: {},
|
|
|
isTop: 0,
|
|
|
options: {},
|