wangzhe 1 rok pred
rodič
commit
0e6c346ad4

+ 1 - 1
pages/highServer/cooperative/addCooperative.vue

@@ -16,7 +16,7 @@
           <uni-easyinput v-model="customFormData.chargePeople" placeholder="请输入负责人姓名" />
         </uni-forms-item>
         <uni-forms-item label="图 片" required name="url" label-width="95">
-          <upload :imgArr="imageList" :fileSize="1" :limit="3" @updateImg="updateImg"/>
+          <upload :imgArr="imageList" :fileSize="1" :limit="1" @updateImg="updateImg"/>
         </uni-forms-item>
       </uni-forms>
       <button type="primary" @click="submit('customForm')">提交</button>