Commit f5f6467f authored by zhengke's avatar zhengke

修改

parent 006cc48a
......@@ -148,7 +148,7 @@
<swiper-item
v-for="(item, index) in ActivityList"
:key="index"
@click=""
@click="goActiveDetail(item.Id)"
>
<view
class="swiperList"
......@@ -410,6 +410,12 @@ export default {
);
}
},
//跳转至详情
goActiveDetail(Id){
this.jumpPage(
`/pages/activity/activityDetails?Id=${Id}`
);
},
previewImage(arr, i) {
uni.previewImage({
urls: arr,
......
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