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