From 5095007778cb9bd8a092d312498ad07e3b5a690e Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期三, 06 十二月 2023 16:03:09 +0800
Subject: [PATCH] 广播
---
xcx/pages/labourHome/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xcx/pages/labourHome/index.vue b/xcx/pages/labourHome/index.vue
index 11df813..4b4daba 100644
--- a/xcx/pages/labourHome/index.vue
+++ b/xcx/pages/labourHome/index.vue
@@ -26,7 +26,7 @@
</view>
<view class="home_middle_img">
<!-- <u-image :src="`${basrUrl}/materials/steelPrint/test?num=${openId}`" width="280rpx" height="280rpx"></u-image> -->
- <u-image :src="`https://pipe.thhy-tj.com/${works.photo}`" width="280rpx" height="280rpx" v-if="works.phone"></u-image>
+ <u-image :src="`https://szpipe.thhy-tj.com/${works.photo}`" width="280rpx" height="280rpx" v-if="works.phone"></u-image>
<u-image src="@/static/workers_icons.png" width="280rpx" height="280rpx" v-else></u-image>
</view>
<view class="home_middle_line"></view>
@@ -39,7 +39,7 @@
</view>
<view class="home_footer_menu">
<view class="home_menu_items" v-for="(menuItems,menuIndex) in menuLists" :key="menuIndex">
- <u-image class="home_menu_icons" :src="`https://pipe.thhy-tj.com/${menuItems.menuIcon}`" width="128rpx" height="128rpx" @click="menuClick(menuItems)"></u-image>
+ <u-image class="home_menu_icons" :src="`https://szpipe.thhy-tj.com/${menuItems.menuIcon}`" width="128rpx" height="128rpx" @click="menuClick(menuItems)"></u-image>
<view class="home_menu_text">{{menuItems.menuName}}</view>
</view>
</view>
@@ -222,7 +222,7 @@
}
}
.home_footer_menu{
- height: 35vh;
+ height: 42vh;
position: absolute;
bottom: 30rpx;
left: 10rpx;
--
Gitblit v1.9.3