跳转直播
This commit is contained in:
parent
176501939d
commit
94dc78555a
@ -4,7 +4,7 @@
|
||||
<view class="info">
|
||||
<view class="avatar">
|
||||
<image :src="item.member_avatar" mode="aspectFill"></image>
|
||||
<view class="posi-type" v-if="item.live_status != 0">
|
||||
<view class="posi-type" v-if="item.live_status != 0" @click="tozhibo">
|
||||
<view>
|
||||
<u-icon name="play-right-fill" color="#fff" size="20rpx"></u-icon>
|
||||
</view>
|
||||
@ -136,6 +136,16 @@ export default {
|
||||
deep: true
|
||||
},
|
||||
methods: {
|
||||
tozhibo(){
|
||||
this.$u.route({
|
||||
url:"/pages/zhibo/index",
|
||||
params:{
|
||||
url:item.url,
|
||||
id:item.live_id,
|
||||
rid:item.chatroom_id
|
||||
}
|
||||
})
|
||||
},
|
||||
// 打开个性
|
||||
openPro() {
|
||||
this.is_open = !this.is_open;
|
||||
|
Loading…
x
Reference in New Issue
Block a user