摘要: #import "CJGWCListModel.h" @implementation CJGWCListModel - (NSInteger)goods_number{ if (_goods_number == 0) { _goods_number = 1; } return _goods_numb 阅读全文
posted @ 2017-12-05 11:06 whx060900 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #import "CJAddressModel.h" @implementation CJAddressModel +(NSDictionary *)mj_replacedKeyFromPropertyName { return @{@"defff": @"default"}; } @end 阅读全文
posted @ 2017-12-05 11:04 whx060900 阅读(501) 评论(0) 推荐(0) 编辑
摘要: #import "CJShoppingDetailButton.h" @implementation CJShoppingDetailButton - (void)layoutSubviews{ [super layoutSubviews]; CGSize imageSize = self.imag 阅读全文
posted @ 2017-12-05 11:00 whx060900 阅读(726) 评论(0) 推荐(0) 编辑
摘要: NSString * pricstr=@"价格:"; _pricelable.text = [NSString stringWithFormat:@"%@%@",pricstr,drawmodel.shop_price]; //改变字符串颜色 NSMutableAttributedString *t 阅读全文
posted @ 2017-12-05 09:50 whx060900 阅读(235) 评论(0) 推荐(0) 编辑
摘要: AppStore审核被拒,返回crashLog.txt文件,可是打开后都是十六进制的地址,我们可以使用Xcode自带的 symbolicatecrash 解析得到我们需要的详细崩溃信息crashLogEnd.crash 1.在桌面创建一个crash文件夹 2.首先找到symbolicatecrash 阅读全文
posted @ 2017-12-05 09:30 whx060900 阅读(264) 评论(0) 推荐(0) 编辑