修改loading组件显示
parent
f7e25449b2
commit
f2726e5183
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue