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