xbx #18

Merged
theluyuan merged 3 commits from xbx into master 2020-06-09 06:31:15 +00:00
Showing only changes of commit 63f21c3021 - Show all commits

View File

@ -186,6 +186,16 @@ export default {
zhiboItem,
indexad,
darenItem
},
methods:{
dianji(a){
console.log(a)
if(typeof a == "object"){
this.num = a.detail.current
}else{
this.num = a
}
}
}
}
</script>