Browse Source

1.下载预览添加文案

huangxiaodong 1 year ago
parent
commit
a995b46e45

+ 6 - 6
创维盒子/双子星云手机/Class/Set/uploadFile/downLoadFile/downLoadPreviewViewController.m

@@ -558,10 +558,8 @@
 - (void)viewWillDisappear:(BOOL)animated{
     [super viewWillDisappear:animated];
     
-    [self removeNewIndicator];
-//    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(60.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
-//        [self removeNewIndicator];
-//    });
+    //[self removeNewIndicator];
+    [self removeNewIndicatorHaveStr];
 }
 
 - (void)searchFileListFun
@@ -576,13 +574,15 @@
     
     [[NSNotificationCenter defaultCenter] postNotificationName:searchFileListBeginNotification object:dict];/*发送通知*/
     
-    [self showNewIndicatorWithCanBack:YES canTouch:NO];
+    //[self showNewIndicatorWithCanBack:YES canTouch:NO];
+    [self showNewIndicatorHaveStrWithCanBack:YES canTouch:NO showText:NSLocalizedString(@"common_loading_tip",nil)];
     
 }
 
 - (void)searchFileListDoneFun:(NSNotification*)notification
 {
-    [self removeNewIndicator];
+    //[self removeNewIndicator];
+    [self removeNewIndicatorHaveStr];
     
     NSDictionary *dataDict = [notification object];
     

+ 1 - 0
创维盒子/双子星云手机/zh-Hans.lproj/Localizable.strings

@@ -449,3 +449,4 @@
 "player_link_fail_tip_type2" = "检查步骤:\n当前手机网络是否可以正常访问浏览器;\n\n解决步骤:\n1、点击重试,重新连接APP;\n2、切换其他网络或使用流量,杀掉APP后在进入云机;\n3、拔插电源后等待3-5分钟后进入云机;\n4、拔插路由网络等待3-5分钟后进入云机;\n5、TV进行问题反馈,并将SN给到客服;";
 "player_link_fail_tip_type3" = "检查步骤:\n1、检查盒子是否通电电网;\n2、检查路由网络是否正常;\n3、TV打开Private-X应用看能否进入推流;\n\n解决步骤:\n1、切换盒子网络后进入云机;\n2、拔插电源后等待3-5分钟后进入云机;\n3、拔插路由网络等待3-5分钟后进入云机;\n4、TV进行问题反馈,并将SN给到客服";
 "player_link_fail_tip_type9" = "网络异常,请联系Private-X公众号客服寻求帮助!";
+"common_loading_tip" = "数据正在加载中";