lxf 1 deň pred
rodič
commit
c9915cdfa2

+ 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({