添加礼物ID

This commit is contained in:
liaozetao
2024-03-21 15:43:23 +08:00
parent 85fd367377
commit 603d5bf293

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) {