Commit 6e0155c2 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 075fbe3a
......@@ -274,7 +274,7 @@
loginBtn.backgroundColor = kMassColor;
}else{
loginBtn.userInteractionEnabled = NO;
loginBtn.backgroundColor = kColorWithRGBA(86, 142, 252, 0.5f);
loginBtn.backgroundColor = kMassColorAlpha(0.5f);
}
}
......
......@@ -214,7 +214,7 @@ static TQNetworkTools* _tools = nil;
// 获取BundleID
// [dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
[dict setValue: @"com.app.familymapp" forKey: @"pkg"];
[dict setValue: @"com.ishinapp.familymapp" forKey: @"pkg"];
// [dict setValue: @"com.app.zhiji" forKey: @"pkg"]; //cs
NSString *identifierForVendor = [[data Read] objectForKey:@"Identifier"];;
......@@ -558,7 +558,7 @@ static TQNetworkTools* _tools = nil;
NSLog(@"identifierForVendor info == %@", identifierForVendor);
// 获取BundleID
// [dict setValue: [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"] forKey: @"pkg"];
[dict setValue: @"com.app.familymapp" forKey: @"pkg"];
[dict setValue: @"com.ishinapp.familymapp" forKey: @"pkg"];
// [dict setValue: @"com.app.zhiji" forKey: @"pkg"];
// 设置时间戳
......
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