bug
This commit is contained in:
		| @@ -25,10 +25,10 @@ | ||||
|                   <div class="AppAnnounceDetail-select"> | ||||
|                     <el-input size="small" class="AppAnnounceDetail-select__input" placeholder="请选择..." disabled v-model="form.wxGroupsName"></el-input> | ||||
|                     <div class="select-left" v-if="form.wxGroups.length"> | ||||
|                       <span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 4"> | ||||
|                       <span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 9"> | ||||
|                         <ai-open-data type="userName" :openid="item.groupOwnerId"></ai-open-data> | ||||
|                       </span> | ||||
|                       <em v-if="form.wxGroups.length > 4">等{{ form.wxGroups.length }}个</em> | ||||
|                       <em v-if="form.wxGroups.length > 9">等{{ form.wxGroups.length }}个</em> | ||||
|                     </div> | ||||
|                     <i v-if="!form.wxGroups.length">请选择</i> | ||||
|                     <ai-picker | ||||
|   | ||||
		Reference in New Issue
	
	Block a user