-
zhangwei
2024-08-29 447e19fa298ae11a1c3a3fa2d2ff3a1a8dba0501
src/pages/enterprise/index.vue
@@ -3,32 +3,27 @@
      <view class="content chuany-flex chuany-align-end chuany-justify-center">
         <up-avatar src="/static/avatar.jpg" shape="circle" size='80'></up-avatar>
      </view>
      <fui-list>
         <fui-list-cell arrow>
      <fui-list :topBorder='false'>
         <fui-list-cell arrow :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']">
            <view class="fui-list__item">
               <text>企业名称</text>
               <text class="chuany-font30">企业名称</text>
               <text class="fui-text__explain">{{enterpriseInfo.suppliername}}</text>
            </view>
         </fui-list-cell>
         <fui-list-cell arrow>
         <fui-list-cell arrow :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']">
            <view class="fui-list__item">
               <text>企业注册地址</text>
               <text class="chuany-font30">企业地址</text>
               <text class="fui-text__explain address">{{enterpriseInfo.address}}</text>
            </view>
         </fui-list-cell>
         <fui-list-cell arrow>
         <fui-list-cell arrow :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']">
            <view class="fui-list__item">
               <text>联系电话</text>
               <text class="chuany-font30">联系电话</text>
               <text class="fui-text__explain">{{enterpriseInfo.phone}}</text>
            </view>
         </fui-list-cell>
         <up-collapse>
            <up-collapse-item title="公司简介" name="Numerous tools">
               <text class="u-collapse-content">{{enterpriseInfo.resume}}</text>
            </up-collapse-item>
         </up-collapse>
         <fui-list-cell arrow @click="goApply">
            <text>完善企业资料</text>
         <fui-list-cell arrow @click="goApply" :bottomBorder='false' :padding="['20rpx', '32rpx', '20rpx', '32rpx']">
            <text class="chuany-font30">完善企业资料</text>
         </fui-list-cell>
      </fui-list>
   </view>