修改图标显示

master
于肖磊 2026-01-08 11:51:23 +08:00
commit 5e29d83125
3 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
data: { data: {
// //
// //
request_url:'http://shopxo.com/', request_url:'https://new.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/ // publicpublichttps://d1.shopxo.vip/public/
static_url:'http://shopxo.com/', static_url:'https://new.shopxo.vip/',
// default // default
system_type: 'default', system_type: 'default',

View File

@ -1,7 +1,7 @@
<template> <template>
<view :class="theme_view + ' flex-row pr'" :style="'width:' + windowWidth + 'px;height:' + windowHeight + 'px;'"> <view :class="theme_view + ' flex-row pr'" :style="'width:' + windowWidth + 'px;height:' + windowHeight + 'px;'">
<view class="flex-1 pr live-bg" @click="handle_click" @touchend="handle_touch_end" :data-ignore="false"> <view class="flex-1 pr live-bg" @click="handle_click" @touchend="handle_touch_end" :data-ignore="false">
<component-live-video v-if="!is_live_ended" ref="liveVideo" :propSrc="live_video_src || 'http://live-pull-all.shopxo.vip/68f764013572f9240ca7ce6c/shopxo.m3u8'" @loadedmetadata="loadedmetadata" @ended="ended"></component-live-video> <component-live-video v-if="!is_live_ended" ref="liveVideo" :propSrc="live_video_src || 'https://live-pull-all.shopxo.vip/68f764013572f9240ca7ce6c/shopxo.m3u8'" @loadedmetadata="loadedmetadata" @ended="ended"></component-live-video>
<!-- 简化版点赞效果组件 --> <!-- 简化版点赞效果组件 -->
<component-full-screen-like-effect ref="fullScreenLikeEffect" :propCustomImages="like_show_imgs" :style="'width:' + windowWidth + 'px;height:' + windowHeight + 'px;'"></component-full-screen-like-effect> <component-full-screen-like-effect ref="fullScreenLikeEffect" :propCustomImages="like_show_imgs" :style="'width:' + windowWidth + 'px;height:' + windowHeight + 'px;'"></component-full-screen-like-effect>
</view> </view>

View File

@ -1,7 +1,7 @@
<template> <template>
<view :class="theme_view + ' pr'"> <view :class="theme_view + ' pr'">
<view class="pr live-bg" @click="handle_click" @touchend="handle_touch_end" :data-ignore="false"> <view class="pr live-bg" @click="handle_click" @touchend="handle_touch_end" :data-ignore="false">
<component-live-video v-if="!is_live_ended" ref="liveVideo" :propSrc="live_video_src || 'http://live-pull-all.shopxo.vip/68f764013572f9240ca7ce6c/shopxo.m3u8'" @ended="ended" @loadedmetadata="loadedmetadata" @mutedAutoPlaySuccess="muted_auto_play_success" @mutedTap="muted_tap" @mutedAutoPlayError="muted_auto_play_error"></component-live-video> <component-live-video v-if="!is_live_ended" ref="liveVideo" :propSrc="live_video_src || 'https://live-pull-all.shopxo.vip/68f764013572f9240ca7ce6c/shopxo.m3u8'" @ended="ended" @loadedmetadata="loadedmetadata" @mutedAutoPlaySuccess="muted_auto_play_success" @mutedTap="muted_tap"></component-live-video>
<!-- 简化版点赞效果组件 --> <!-- 简化版点赞效果组件 -->
<component-full-screen-like-effect ref="fullScreenLikeEffect" :propCustomImages="like_show_imgs"></component-full-screen-like-effect> <component-full-screen-like-effect ref="fullScreenLikeEffect" :propCustomImages="like_show_imgs"></component-full-screen-like-effect>
</view> </view>