Update kham_event_home.js

master
melia19791012 2024-04-23 21:39:13 +08:00 committed by GitHub
parent 0f50dd8bcc
commit 0fba439d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1 @@
$a_btn=$("#content").find("p > a > button[onclick]"); $("body > div.buynow > a button[onclick].red").click();
if($a_btn.length>0) {
$click_event=$a_btn.attr("onclick");
$a_btn.click();
}