Kaynağa Gözat

fix: misspelling

cuiyalong 6 ay önce
ebeveyn
işleme
843265d8cc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/utils/functions/redirect.ts

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

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