修复公告BUG
This commit is contained in:
parent
786924c648
commit
a5524c74e2
@ -2,6 +2,7 @@
|
|||||||
<view>
|
<view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="1" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="1" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">公司基本信息</view>
|
<view class="title">公司基本信息</view>
|
||||||
<view class="card">
|
<view class="card">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
@ -16,9 +17,11 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="bottom"><uni-icons type="location"></uni-icons><text class="location">负责区域:</text></view>
|
<view class="bottom"><uni-icons type="location"></uni-icons><text class="location">负责区域:</text></view>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<text>联系人管理</text>
|
<text>联系人管理</text>
|
||||||
<!-- <view>新增</view> -->
|
<!-- <view>新增</view> -->
|
||||||
@ -44,17 +47,22 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">资质信息</view>
|
<view class="title">资质信息</view>
|
||||||
<view class="image_box">
|
<view class="image_box">
|
||||||
<image class="top" @click="priview(company.qualification.bank_account)" :src="company.qualification.bank_account"></image>
|
<image class="top" @click="priview(company.qualification.bank_account)" :src="company.qualification.bank_account"></image>
|
||||||
<image class="bottom" @click="priview(company.qualification.business_license)" :src="company.qualification.business_license"></image>
|
<image class="bottom" @click="priview(company.qualification.business_license)" :src="company.qualification.business_license"></image>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">电子合同</view>
|
<view class="title">电子合同</view>
|
||||||
<view class="card">
|
<view class="card">
|
||||||
<view class="one">
|
<view class="one">
|
||||||
@ -85,6 +93,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@ -332,6 +341,7 @@
|
|||||||
image{
|
image{
|
||||||
padding-bottom: 20rpx;
|
padding-bottom: 20rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
overflow: hidden;
|
||||||
width: 650rpx;
|
width: 650rpx;
|
||||||
height: 455rpx;
|
height: 455rpx;
|
||||||
}
|
}
|
||||||
|
@ -194,7 +194,6 @@
|
|||||||
},
|
},
|
||||||
async getApproveList() {
|
async getApproveList() {
|
||||||
const res = await noticeList({
|
const res = await noticeList({
|
||||||
cid: 1,
|
|
||||||
sort: 'new',
|
sort: 'new',
|
||||||
keyword: '',
|
keyword: '',
|
||||||
})
|
})
|
||||||
|
@ -41,8 +41,8 @@ import { Toast } from "../../libs/uniApi";
|
|||||||
return {
|
return {
|
||||||
current: 0,
|
current: 0,
|
||||||
formData: {
|
formData: {
|
||||||
account: '13333333333',
|
account: '',
|
||||||
password: 'm13333333333',
|
password: '',
|
||||||
code: '',
|
code: '',
|
||||||
terminal: 6, //6是APP端
|
terminal: 6, //6是APP端
|
||||||
scene: 1
|
scene: 1
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<view class="page">
|
<view class="page">
|
||||||
<view class="basic">
|
<view class="basic">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="1" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="1" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">人员基本信息</view>
|
<view class="title">人员基本信息</view>
|
||||||
<view class="card">
|
<view class="card">
|
||||||
<view class="basic_top">
|
<view class="basic_top">
|
||||||
@ -24,9 +25,11 @@
|
|||||||
负责区域: {{userInfo.city_name+userInfo.area_name+userInfo.street_name}}{{userInfo.city_name+userInfo.area_name+userInfo.street_name}}
|
负责区域: {{userInfo.city_name+userInfo.area_name+userInfo.street_name}}{{userInfo.city_name+userInfo.area_name+userInfo.street_name}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="certification">
|
<view class="certification">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="3" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="3" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">资质信息</view>
|
<view class="title">资质信息</view>
|
||||||
<view class="c_item">
|
<view class="c_item">
|
||||||
<uni-section style="background-color: transparent;" title="身份证" titleFontSize="32rpx" type="line"></uni-section>
|
<uni-section style="background-color: transparent;" title="身份证" titleFontSize="32rpx" type="line"></uni-section>
|
||||||
@ -56,9 +59,11 @@
|
|||||||
@click="previewImg([userInfo.qualification.bank_account,userInfo.qualification.bank_account_b], 1)"></image>
|
@click="previewImg([userInfo.qualification.bank_account,userInfo.qualification.bank_account_b], 1)"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="contract">
|
<view class="contract">
|
||||||
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
<u-skeleton :loading="skeleton" :animate="true" title rows="2" rows-width="100%" rowsHeight="56"></u-skeleton>
|
||||||
|
<block v-if="!skeleton">
|
||||||
<view class="title">电子合同</view>
|
<view class="title">电子合同</view>
|
||||||
<view class="card">
|
<view class="card">
|
||||||
<uni-section style="background-color: transparent;" :title="userInfo.name" titleFontSize="32rpx" type="line"></uni-section>
|
<uni-section style="background-color: transparent;" :title="userInfo.name" titleFontSize="32rpx" type="line"></uni-section>
|
||||||
@ -86,6 +91,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user