xbx #214

Merged
theluyuan merged 2 commits from xbx into master 2020-08-15 11:07:51 +00:00
Showing only changes of commit 94dc78555a - Show all commits

View File

@ -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;