浏览代码

线上图片下载

xhj 2 年之前
父节点
当前提交
00961f3479

+ 2 - 3
card/index/index.vue

@@ -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: {},

+ 1 - 1
match/activityManage/activityManage.vue

@@ -34,7 +34,7 @@
 			</view>
 		</view>
 		<view class="nodata nosp bgfff" v-else>
-			<image :src="picUrlss+'empty_sp.png'"></image>
+			<image src="/static/images/empty_sp.png'"></image>
 			<text>暂无活动</text>
 		</view>
 		<view class="act-create" @click="jumpUrl('/match/activityEdit/activityEdit')">

+ 0 - 1
match/components/share-activity/share.vue

@@ -52,7 +52,6 @@
 			return {
 				// canvasW: 0,
 				// canvasH: 0,
-				picUrlss: req.public.picUrls,
 				imgUrl: '',
 				userInfo: {},
 				isVideoScene: false

二进制
static/images/empty_jl.png


二进制
static/images/empty_sp.png


二进制
static/images/loca.png