Commit fdf99ec2 authored by guanghui.shi's avatar guanghui.shi

切换为测试环境,修改公告的bug

parent 5bf9b50d
...@@ -164,6 +164,8 @@ ...@@ -164,6 +164,8 @@
- (void)applicationWillEnterForeground - (void)applicationWillEnterForeground
{ {
if (self.textArray.count <= 1) return;
[self beginMarquee]; [self beginMarquee];
} }
......
...@@ -85,7 +85,7 @@ static NSString *const kTencentSchemeKey = @"tencent1108767784"; ...@@ -85,7 +85,7 @@ static NSString *const kTencentSchemeKey = @"tencent1108767784";
#define VCCRegisterAgreement @"http://pages.xyqb.com/zhen-xiang-sheng-huo-yong-hu-zhu-ce-xie-yi/" #define VCCRegisterAgreement @"http://pages.xyqb.com/zhen-xiang-sheng-huo-yong-hu-zhu-ce-xie-yi/"
///需要打线上包时解开注释 ///需要打线上包时解开注释
#define FormalEnviroment @"YES" //#define FormalEnviroment @"YES"
// 通过判断“FormalEnviroment”是否已经定义,区分后配置正式环境或测试环境。 // 通过判断“FormalEnviroment”是否已经定义,区分后配置正式环境或测试环境。
#ifdef FormalEnviroment #ifdef FormalEnviroment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment