39 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2024-02-21 17:43:11 +08:00
<scroll-view class="page" scroll-y="true">
<view class="header">
<view class="bimg">
<image src="/images/timg1.jpg" mode='widthFix'></image>
</view>
<view class="content">
<view>{{homelist.parkName}}</view>
<view style="margin-top:16rpx;">{{homelist.address}}</view>
</view>
<image src="{{homelist.headImg? DOMAIN_NAME+homelist.headImg:'/images/user-unlogin.jpg'}}" mode="widthFix" class="portrait"></image>
</view>
<view class="paddingPercent_4">
<view class="coneterBox borderBottom">
<view class="title">企业简介</view>
<view class="listText">{{homelist.remark? homelist.remark:'暂无简介'}}</view>
</view>
<view class="coneterBox borderBottom">
<view class="title">企业服务</view>
<view class="listText">{{homelist.scope}}</view>
</view>
<view class="coneterBox borderBottom">
<view class="title">联系电话</view>
<view class="listText">{{homelist.phone? homelist.phone:'暂无联系电话'}}</view>
</view>
<!-- <view class="coneterBox borderBottom">
<view class="title">企业服务</view>
<view class="listText">{{homelist.supplierIndustry}}</view>
</view> -->
<view class="coneterBox" wx:if="{{homelist.bannerImgList.length>0}}">
<view class="title" style="margin-bottom:30rpx">照片墙</view>
<view class="imageContent">
<image wx:for="{{homelist.bannerImgList}}" wx:key='index' data-index="{{index}}" src="{{item.url}}" mode='widthFix' class="image"
bindtap="previewImg"></image>
</view>
</view>
</view>
</scroll-view>
<!-- <view class="btn" bindtap="regist">编辑</view> -->