mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-06-06 02:38:52 +08:00
修改直播内容处理
This commit is contained in:
@ -148,7 +148,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="!isEmpty(explain_goods) && is_show_explain_goods" class="explain-goods pointer-events-auto" :data-url="explain_goods.goods_url" @tap="explain_goods_tap">
|
||||
<view class="pr oh flex-row align-c" style="width: 196rpx;height: 196rpx;">
|
||||
<view class="pr oh flex-row align-c" style="width: 196rpx;height: 196rpx;border-top-left-radius: 20rpx;border-top-right-radius: 20rpx;">
|
||||
<image :src="explain_goods.images" style="width: 196rpx;height: 196rpx;" mode="aspectFill"></image>
|
||||
<view class="explain-subscript flex-row align-c jc-sb">
|
||||
<view class="explain-progress">
|
||||
|
||||
@ -15,7 +15,7 @@ export default {
|
||||
is_live_ended: false,
|
||||
live_config: {}, // 直播间配置
|
||||
live_data: {}, // 直播间数据
|
||||
live_video_src: '',
|
||||
live_video_src: 'https://live-pull.shopxo.vip/68f764013572f9240ca7ce6c/14babd4f3e7d2bcdf708fc160d9fa682.m3u8',
|
||||
is_loading: true,
|
||||
like_show_imgs: [
|
||||
'https://new.shopxo.vip/static/plugins/live/images/like/like1.png',
|
||||
|
||||
Reference in New Issue
Block a user