MrShi
2024-03-01 f3ce372afc816f947ae64ef2935b282087384b0d
h5/pages/userinfo/userinfo.vue
@@ -27,14 +27,14 @@
            </view>
         </view>
         <view class="cell">
            <view class="title">公司</view>
            <view class="title">公司<b>*</b></view>
            <view class="content">
               <input class="input" maxlength="50" placeholder-style="color: #999999;" v-model="visitorData.companyName" placeholder="请输入您的公司名称" />
            </view>
         </view>
         <view class="cell">
            <view class="title1">
               <text class="title1_a">人脸照片<b>*</b></text>
               <text class="title1_a">人脸照片<b style="color: red;">*</b></text>
               <text class="title1_b">1、请提供五官清晰,人脸居中的正面人脸免冠照片;</text>
               <text class="title1_b">2、照片无逆光、无PS、无过度美颜处理</text>
            </view>
@@ -129,6 +129,10 @@
                  icon: 'none'
               })
            }
            if (!this.visitorData.companyName) return uni.showToast({
               title: '公司不能为空',
               icon: 'none'
            })
            if (!this.visitorData.faceImg) return uni.showToast({
               title: '人脸照片不能为空',
               icon: 'none'