Browse Source

企业修改

jack 7 years ago
parent
commit
71d43ce454
2 changed files with 6 additions and 4 deletions
  1. 4 4
      cmp-portal/cmp-updateinfo.html
  2. 2 0
      cmp-portal/js/cmp-updateinfo.js

+ 4 - 4
cmp-portal/cmp-updateinfo.html

@ -163,7 +163,7 @@
163 163
													<button type="button" class="frmcontype btnModel frmadd" style="display:none;">添加</button>
164 164
													<div class="form-drop keydrop">
165 165
														<ul>
166
															<li>2233</li>
166
															
167 167
														</ul>
168 168
													</div>
169 169
												</div>
@ -182,7 +182,7 @@
182 182
													<button type="button" class="frmcontype btnModel frmadd" style="display:none;">添加</button>
183 183
													<div class="form-drop keydrop">
184 184
														<ul>
185
															<li>2233</li>
185
															
186 186
														</ul>
187 187
													</div>
188 188
												</div>
@ -222,7 +222,7 @@
222 222
													<button type="button" class="frmcontype btnModel frmadd" style="display:none;">添加</button>
223 223
													<div class="form-drop keydrop">
224 224
														<ul>
225
															<li>2233</li>
225
															
226 226
														</ul>
227 227
													</div>
228 228
												</div>
@ -241,7 +241,7 @@
241 241
													<button type="button" class="frmcontype btnModel frmadd" style="display:none;">添加</button>
242 242
													<div class="form-drop keydrop">
243 243
														<ul>
244
															<li>2233</li>
244
															
245 245
														</ul>
246 246
													</div>
247 247
												</div>

+ 2 - 0
cmp-portal/js/cmp-updateinfo.js

@ -243,6 +243,7 @@ $(document).ready(function() {
243 243
		}
244 244
		$(this).parents(".col-w-12").siblings().find("ul.ulspace").append('<li>' + oValue + '<div class="closeThis"></div></li>');
245 245
		$(this).parents(".keydrop").siblings("input").val("");
246
		$(this).parents(".keydrop").siblings("button").hide();
246 247
		if(oJudge.length == 4) {
247 248
			$(this).parents(".keydrop").siblings("input").val("");
248 249
			$(this).parents(".col-w-12").hide();
@ -286,6 +287,7 @@ $(document).ready(function() {
286 287
			}
287 288
		}
288 289
		$(this).parent().siblings().find("ul.ulspace").append('<li>' + oValue + '<div class="closeThis"></div></li>');
290
		$(this).hide();
289 291
		$(this).siblings("input").val("");
290 292
		if(oJudge.length == 4) {
291 293
			$(this).val("").parents(".col-w-12").hide();