mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🚨
This commit is contained in:
parent
dcb5020ace
commit
5f2b047e3f
3 changed files with 29 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export const IOSPurchase = (data:string) => {
|
||||
export const IOSPurchase = (data: string) => {
|
||||
/// #if MOBILE
|
||||
document.querySelector("#modelMain").dispatchEvent(new CustomEvent("click", {
|
||||
detail: document.querySelector("#modelMain #refresh")
|
||||
|
|
@ -6,4 +6,4 @@ export const IOSPurchase = (data:string) => {
|
|||
/// #else
|
||||
document.querySelector('.config__tab-container[data-name="account"] #refresh').dispatchEvent(new Event("click"));
|
||||
/// #endif
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue