添加礼物ID

This commit is contained in:
liaozetao
2024-03-21 15:43:23 +08:00
parent 3580ed7790
commit 5cd26d2ff1

View File

@@ -214,6 +214,7 @@ export default {
if (giftId == null) {
return;
}
console.log('giftId : ' + giftId);
let $jsNoEditing = $(".js-group-wrapper .js-no-editing");
let $jsEditing = $(".js-group-wrapper .js-editing");
if (isEdit) {