Browse Source

fix: 跳转参数

lxf 1 day ago
parent
commit
c9915cdfa2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/old_mini/growth_report/index.vue

+ 1 - 1
src/views/old_mini/growth_report/index.vue

@@ -240,7 +240,7 @@ const userInfoObj = userInfo ? JSON.parse(userInfo) : {};
 
 const handleLockClick = () => {
     if (userInfoObj.tel) {
-        router.push(`/create_farm?from=growth_report`);
+        router.push(`/create_farm?from=growth_report&isReload=true`);
         return;
     }
     wx.miniProgram.navigateTo({