Parcourir la source

图片上传选填

shish il y a 3 ans
Parent
commit
3e0d458409
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      ghsApp/src/pagesClient/official/apply.vue

+ 5 - 5
ghsApp/src/pagesClient/official/apply.vue

@@ -25,7 +25,7 @@
       <view class="module-com">
         <view class="module-tit">
           <span>门店照片</span>
-          <span class="app-color-3">(填)</span>
+          <span class="app-color-3">(填)</span>
         </view>
         <view class="module-det">
           <htz-image-upload :max="1" :compress="true" v-model="currentImgData" :headers="headers" :quality="80"
@@ -287,10 +287,10 @@ export default {
 			}
       // #endif
 
-      if(this.$util.isEmpty(this.form.cover)){
-        this.$msg('请上传照片')
-        return false
-      }
+      // if(this.$util.isEmpty(this.form.cover)){
+      //   this.$msg('请上传照片')
+      //   return false
+      // }
 
       if (!checkRes) {
         uni.showLoading({mask:true})