Browse Source

fix: miniProgram

cuiyalong 7 months ago
parent
commit
9d01321d6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/mobile/src/views/tabbar/Home.vue

+ 1 - 1
apps/mobile/src/views/tabbar/Home.vue

@@ -654,7 +654,7 @@ export default {
       //   path: '/static/follow_guide'
       // })
       try {
-        wx.miniprogram.navigateTo({
+        wx.miniProgram.navigateTo({
           url: '/pages/guide/index' // 指定要跳转到的页面路径及参数
         })
       } catch (error) {