Commit 18b51ee4 authored by Mac's avatar Mac

1

parent c072dc94
......@@ -287,10 +287,10 @@ export default {
);
},
//跳转至活动详情
goActiveDetail(item){
goActiveDetail(x){
uni.navigateTo({
url: '/pages/kotra/activeInnerDetail?Id=' + item.ActivityId +'&isFromActive='+'1',
});
url:'/pages/school/JIaheactivitydetails?Id='+x.ActivityId
})
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment