diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index b2e289b..2d89f69 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -239,7 +239,7 @@
-
+
@@ -264,7 +264,7 @@
-
+
@@ -833,12 +833,18 @@ export default { } }); } - let $dressId = $('#' + type + 'DressId'); let dressId = $('#' + type + 'DressIdBak').val(); console.log(dressId); - $dressId.children().remove(); + $('#' + type + 'DressDiv .combobox-container').remove(); + $('#' + type + 'DressId').remove(); console.log(options); setTimeout(() => { + let $div = $('#' + type + 'DressDiv'); + let $select = $('