|
|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
<view class="content" :class="{ 'margin-bottom-80': isMar }" v-if="isShow">
|
|
|
- <!-- <view class="title">
|
|
|
+ <view class="title">
|
|
|
<view class="logo">
|
|
|
<image :src="'https://kiq.xazhima.com' + info.pic_url" alt=""></image>
|
|
|
</view>
|
|
|
<view class="name">
|
|
|
{{ info.name }}
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<view class="enterprise-item-box">
|
|
|
<view
|
|
|
v-for="(item, idx) in titleList"
|
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
work_range,
|
|
|
};
|
|
|
this.model = {
|
|
|
- title: this.info.name,
|
|
|
+ title: '',
|
|
|
item: [
|
|
|
{
|
|
|
name: "法定代表人",
|
|
|
@@ -399,9 +399,10 @@ export default {
|
|
|
border-radius: 10rpx;
|
|
|
margin-bottom: 50rpx;
|
|
|
box-shadow: rgba(0, 0, 0, 0.35) 0rpx 5rpx 15rpx;
|
|
|
+ height: 150rpx;
|
|
|
.logo {
|
|
|
image {
|
|
|
- width: 200rpx;
|
|
|
+ width: 100rpx;
|
|
|
height: 100rpx;
|
|
|
margin: 0 30rpx;
|
|
|
}
|