lxf 1 giorno fa
parent
commit
c9915cdfa2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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({