This commit is contained in:
2020-08-03 09:05:30 +08:00
parent 2ec14481fd
commit bd996de410
7 changed files with 422 additions and 13 deletions

View File

@@ -74,14 +74,15 @@ export default {
methods:{
zhibo(){
this.$u.route({
url:"/pageB/zhibo/index",
url:"/pages/zhibo/index",
params:{
url:this.url,
id:this.zid
id:this.zid,
rid:this.rid
}
})
}
},
props:['name','image','url','zid']
props:['name','image','url','zid','rid']
}
</script>