Commit e636b8dc authored by Mac's avatar Mac

1

parent ccc9f682
...@@ -424,9 +424,12 @@ ...@@ -424,9 +424,12 @@
g[i].playshow=false g[i].playshow=false
} }
}, },
getsplice(i){
this.teacher.teacherResult.DynamicList.splice(i,1)
},
godetails(x,i){//跳入详情 godetails(x,i){//跳入详情
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/mydetails?ID=' + x.id url: '/pages/friendcircle/mydetails?ID=' + x.id+'&index='+i
}) })
innerAudioContext.stop(); innerAudioContext.stop();
}, },
......
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