|
|
@@ -33,9 +33,13 @@
|
|
|
<view class="info-box-r-label-item" v-if="info.companyPeople">
|
|
|
{{ info.companyPeople }}
|
|
|
</view>
|
|
|
- <view class="info-box-r-label-item" v-show="info.companyScope">
|
|
|
+
|
|
|
+ <!-- <view class="info-box-r-label-item" v-show="info.companyScope">
|
|
|
{{ info.companyScope }}
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
+ </view>
|
|
|
+ <view class="info-box-r-label-item" v-show="info.companyAllName">
|
|
|
+ {{ info.companyAllName ? info.companyAllName : '--' }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<image :src="info.companyLogo ? info.companyLogo : '../../static/logo.png'"
|
|
|
@@ -75,7 +79,7 @@
|
|
|
<u-icon name="map" style="margin-right: 12rpx;" color="rgba(51, 51, 51, 1)"
|
|
|
size="24"></u-icon>
|
|
|
<text v-if="info.city">{{ info.province ? info.province : '' }}{{ info.city ? info.city : ''
|
|
|
- }}{{
|
|
|
+ }}{{
|
|
|
info.district ? info.district : '' }}{{ info.companyAddress ? info.companyAddress : ''
|
|
|
}}</text>
|
|
|
<text v-else>暂无地址信息</text>
|
|
|
@@ -113,10 +117,14 @@
|
|
|
<view class="business-section flex justify-center">
|
|
|
<view class="business-box">
|
|
|
<view class="business-title">主营业务</view>
|
|
|
- <view class="business-tags flex flex-wrap" v-if="businessList&&businessList.length>0">
|
|
|
+ <!-- <view class="business-tags flex flex-wrap" v-if="businessList&&businessList.length>0">
|
|
|
<view class="business-tag" v-for="(business, index) in businessList" :key="index">
|
|
|
{{ business }}
|
|
|
</view>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <view class="remarks-box-con-item" v-if="info.companyScope">
|
|
|
+ {{ info.companyScope }}
|
|
|
</view>
|
|
|
<view class="hr-desc" v-else>
|
|
|
暂无业务信息
|
|
|
@@ -698,6 +706,18 @@ page {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.info-box-r-label-item {
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 16px;
|
|
|
+ letter-spacing: 0%;
|
|
|
+ text-align: left;
|
|
|
+ margin-right: 10rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
.remarks {
|
|
|
width: 100%;
|
|
|
margin-top: 50rpx;
|
|
|
@@ -718,19 +738,21 @@ page {
|
|
|
.remarks-box-con {
|
|
|
margin-top: 30rpx;
|
|
|
|
|
|
- .remarks-box-con-item {
|
|
|
- color: rgba(153, 153, 153, 1);
|
|
|
- font-family: DM Sans;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 18px;
|
|
|
- letter-spacing: 0px;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.remarks-box-con-item {
|
|
|
+ color: rgba(153, 153, 153, 1);
|
|
|
+ font-family: DM Sans;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 18px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
.address {
|
|
|
width: 100%;
|
|
|
margin-top: 50rpx;
|