diff --git a/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue b/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue index f446673c..3ccbe04b 100644 --- a/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue +++ b/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue @@ -15,7 +15,7 @@
@@ -71,6 +71,9 @@ export default { methods: { view(index) { this.list[index].isView = !this.list[index].isView + }, + toView() { + uni.navigateTo({url: `./AppChildrenDetailView`}) } }, } diff --git a/src/project/hljjm/AppChildrenInfo/AppChildrenInfo.vue b/src/project/hljjm/AppChildrenInfo/AppChildrenInfo.vue index 60dfecd5..056f9a2e 100644 --- a/src/project/hljjm/AppChildrenInfo/AppChildrenInfo.vue +++ b/src/project/hljjm/AppChildrenInfo/AppChildrenInfo.vue @@ -5,7 +5,7 @@ *
{{item.name}}
+
+
+