//
//
//
//
createVNode(
ColSticky,
{ position: 'bottom', background: 'white' },
{
default: function _default() {
return [
createVNode(
'div',
{ class: ['btnGroup', styles.btnMore] },
[
createVNode(
Button,
{
block: true,
round: true,
type: 'primary',
onClick: _this6.onBuy
},
{
default: function _default() {
return [
_this6.live.coursePrice <= 0
? '免费领取'
: '\u7ACB\u5373\u8D2D\u4E70'
]
}
}
)
]
)
]
}
}
),
this.joinRoom == '1' &&
this.liveStatus.liveStatus !== 2 && //