Explorar o código

fix: 跳转参数

lxf hai 1 día
pai
achega
c9915cdfa2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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({