Vanessa 2025-07-23 13:08:38 +08:00
parent c88f99646c
commit 508eb93183
33 changed files with 111 additions and 108 deletions

View file

@ -135,7 +135,7 @@ ${renewHTML}<div class="fn__hr--b"></div>`;
if (typeof event.detail !== "number") {
target = event.detail;
}
while (target && (target !== modelMainElement)) {
while (target && target !== modelMainElement) {
if (target.getAttribute("data-action") === "iOSPay") {
iOSPurchase(target.getAttribute("data-type"));
event.preventDefault();