修改loading组件显示

master
于肖磊 2026-03-19 15:06:46 +08:00
parent f7e25449b2
commit f2726e5183
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<view class="wh-auto ht-auto flex-row align-c jc-c">
<view class="flex-row align-c jc-c">
<view class="more-history-btn cp flex-row align-c">
<view class="more-history-btn-icon margin-right-xs">
<u-icon propName="reset" propSize="28rpx" propColor="#999"></u-icon>

View File

@ -399,7 +399,6 @@
onShow() {
//
app.globalData.page_event_onshow_handle();
console.log(this.is_manual_pause);
//
if (!this.is_manual_pause && this.create_video_contexts[this.current_index]) {
this.video_play_event(this.create_video_contexts[this.current_index]);