|
@@ -879,7 +879,6 @@ function initParseCard() {
|
|
|
if (queue_num <= 0) {
|
|
|
return
|
|
|
}
|
|
|
- console.log('queue_num', queue_num)
|
|
|
initGroupTip()
|
|
|
setIframeRedPacket()
|
|
|
checkHasDeBtn()
|
|
@@ -2414,7 +2413,7 @@ export const loginSuccessHandle = () => {
|
|
|
|
|
|
export const showPublishDialog = () => {
|
|
|
let smallBtn = document.getElementById('de-btn1');
|
|
|
- if(smallBtn) {
|
|
|
+ if (smallBtn) {
|
|
|
smallBtn.click();
|
|
|
}
|
|
|
}
|