ソースを参照

百色果园信息

shuhao 2 日 前
コミット
abd5b88505
1 ファイル変更9 行追加8 行削除
  1. 9 8
      src/views/home/album/index.vue

+ 9 - 8
src/views/home/album/index.vue

@@ -339,7 +339,8 @@ const debouncedHandleScroll2 = debounce(handleRightScroll, 500);
 // });
 
 const handlePage = (item) =>{
-    router.push('/expert_page?name='+item.expertName)
+    console.log(item)
+    // router.push('/expert_page?name='+item.expertName)
 }
 
 const toExpert = (expertName) =>{
@@ -477,13 +478,13 @@ const showDetail = (card) => {
         card,
     };
     // eventBus.emit("detailDialog:showDialog", pageParams);
-    if (card.orderStatus || card.orderStatus === 0) {
-        router.push({ path: "/work_detail", query: { data: JSON.stringify(card), recordId: null } });
-    }
-    if (card.orderStatus === 5 || card.execute === 4) {
-        // 农事成效
-        router.push({ path: "/ns_recrod_effect", query: { data: JSON.stringify(card) } });
-    }
+    // if (card.orderStatus || card.orderStatus === 0) {
+    //     router.push({ path: "/work_detail", query: { data: JSON.stringify(card), recordId: null } });
+    // }
+    // if (card.orderStatus === 5 || card.execute === 4) {
+    //     // 农事成效
+    //     router.push({ path: "/ns_recrod_effect", query: { data: JSON.stringify(card) } });
+    // }
 };
 
 const farmName = ref("")