From 46acca18a3d1744e1930f0bac7509a2a5959df1b Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期三, 26 六月 2024 18:58:14 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/AppDelegate.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DolphinEnglishLearnStudent/AppDelegate.swift b/DolphinEnglishLearnStudent/AppDelegate.swift index 2c05047..eeb9137 100644 --- a/DolphinEnglishLearnStudent/AppDelegate.swift +++ b/DolphinEnglishLearnStudent/AppDelegate.swift @@ -15,7 +15,7 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - + sleep(2) if WXApi.isWXAppInstalled(){ WXApi.registerApp(WeChatAPPID, universalLink: "https://dollearn/app/") } -- Gitblit v1.7.1