mirror of
https://github.com/Cola-Echo/Cola.git
synced 2026-06-06 07:45:50 +00:00
Add files via upload
This commit is contained in:
2
gift.js
2
gift.js
@@ -91,7 +91,7 @@ function renderGiftContent() {
|
|||||||
const gridContainer = document.getElementById('wechat-gift-grid');
|
const gridContainer = document.getElementById('wechat-gift-grid');
|
||||||
const sendBtn = document.getElementById('wechat-gift-send');
|
const sendBtn = document.getElementById('wechat-gift-send');
|
||||||
const targetContainer = document.getElementById('wechat-gift-target');
|
const targetContainer = document.getElementById('wechat-gift-target');
|
||||||
const headerEl = document.querySelector('.wechat-gift-header');
|
const headerEl = document.querySelector('.wechat-gift-navbar');
|
||||||
|
|
||||||
if (!tabsContainer || !gridContainer) return;
|
if (!tabsContainer || !gridContainer) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user