cuiyalong 6 сар өмнө
parent
commit
843265d8cc

+ 1 - 1
src/utils/functions/redirect.ts

@@ -2,7 +2,7 @@ declare const wx: any
 
 export function toDownloadApp (): void {
   try {
-    wx.miniprogram.navigateTo({
+    wx.miniProgram.navigateTo({
       url: '/pages/guide/download'
     })
   } catch (error) {