| | |
| | | </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> |
| | |
| | | </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> |