叶松
2023-11-27 c34e1ebbabaec123d735149e47df856c4cf837c5
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;