This commit is contained in:
parent
97c1b082f2
commit
ac593a1de8
|
|
@ -37,13 +37,13 @@
|
|||
<view class="content-title" :style="!applyStatus?{height: `100rpx`}:{height: `140rpx`}"
|
||||
style="position: relative;margin-bottom: 20rpx;z-index: 999;">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">资质照片</view>
|
||||
<view class="content-weight">营业执照</view>
|
||||
|
||||
</view>
|
||||
<view class="white-photo" @click="getMessage(headImge)">
|
||||
<view class="photo-left">
|
||||
<view class="photo-weight">资质照片</view>
|
||||
<view class="photo-font">请上传资质照片</view>
|
||||
<view class="photo-weight">营业执照</view>
|
||||
<!-- <view class="photo-font">请上传营业执照</view> -->
|
||||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||
<view class="left-father" @click="goBack">
|
||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
||||
<view style="font-size: 30rpx;">供应商入驻信息</view>
|
||||
<view style="font-size: 30rpx;">供应商登记表</view>
|
||||
</view>
|
||||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 40}px`}"></view>
|
||||
|
|
@ -67,12 +67,12 @@
|
|||
<view class="white-content">
|
||||
<view class="content-title" style="margin-bottom: 25rpx;">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">资质照片</view>
|
||||
<view class="content-weight">营业执照</view>
|
||||
</view>
|
||||
<view class="white-photo" @click="selectphoto()">
|
||||
<view class="photo-left">
|
||||
<view class="photo-weight">资质照片</view>
|
||||
<view class="photo-font">请上传资质照片</view>
|
||||
<view class="photo-weight">营业执照</view>
|
||||
<view class="photo-font">请上传营业执照</view>
|
||||
</view>
|
||||
<view style="position: relative;">
|
||||
<image class="photo"
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
openingBank: "",
|
||||
// 开户行账号
|
||||
openingBankNo: "",
|
||||
// 资质照片
|
||||
// 营业执照
|
||||
imgPath: "",
|
||||
name: "",
|
||||
openId: uni.getStorageSync('openid'),
|
||||
|
|
@ -309,7 +309,7 @@
|
|||
})
|
||||
} else if (!form.contactNumber) {
|
||||
uni.showToast({
|
||||
title: '请输入手机号',
|
||||
title: '请输入联系电话',
|
||||
icon: 'none'
|
||||
})
|
||||
} else if (!isValid11DigitNumber(form.contactNumber)) {
|
||||
|
|
@ -332,7 +332,7 @@
|
|||
|
||||
} else if (!form.imgPath) {
|
||||
uni.showToast({
|
||||
title: '请上传资质照片',
|
||||
title: '请上传营业执照',
|
||||
icon: 'none'
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,7 @@
|
|||
|
||||
<view v-for="(item,index) in menuArray" :key="index">
|
||||
<swiper-item>
|
||||
<view style="height: 10vh;" v-if="item.suppliersStatus !='2'&&item.suppliersStatus !='4'&&item.suppliersStatus !='5'">
|
||||
{{item.suppliersStatus}}
|
||||
</view>
|
||||
<view style="height: 10vh;" v-if="item.suppliersStatus !='2'&&item.suppliersStatus !='4'&&item.suppliersStatus !='5'"> </view>
|
||||
<view class="white-content-father">
|
||||
<view class="chuo-ball" @click="loadingData"
|
||||
v-if="item.suppliersStatus =='1'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue