diff --git a/src/view/breedScreen/index.vue b/src/view/breedScreen/index.vue index 3156303..88552e1 100644 --- a/src/view/breedScreen/index.vue +++ b/src/view/breedScreen/index.vue @@ -24,7 +24,7 @@
商户姓名: {{ item.master }}
-
查看详情
+
查看详情
@@ -146,6 +146,10 @@ const getLandList = async () => { } +const lookFarmDetail = (item)=>{ + sendFn('goFarmDetail', item) +} + getTownList() getLandList()