Commit f5f6467f authored by zhengke's avatar zhengke

修改

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