Commit ec2096e4 authored by 曹云霄's avatar 曹云霄

no message

parent e4ec6074
......@@ -540,10 +540,10 @@ NSString *const PROMOTIONALSTRING = @"促销信息";
}
NSString *message = MESSAGE(returnValue);
if ([[self class] isBlankString: message]) {
[XBLoadingView showHUDViewWithText:[NSString stringWithFormat:@"微信卡劵(%ld元)使用成功",weakSelf.weChatModel.wxcardDenomation]];
NSString *string = [NSString stringWithFormat:@"微信卡劵(%ld元)使用成功",weakSelf.weChatModel.wxcardDenomation];
ShowDefaultAlertView(self, nil, string, UIAlertControllerStyleAlert,nil,nil);
}else {
[XBLoadingView showHUDViewWithText:message];
ShowDefaultAlertView(self, nil, message, UIAlertControllerStyleAlert, nil, nil);
}
[weakSelf promotionInformationExecutionOrder];
}else{
......
......@@ -17,7 +17,7 @@
@property (nonatomic, copy) NSString *type;
//** 抵扣金额 */
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, assign) CGFloat total;
//** 描述 */
@property (nonatomic, copy) NSString *descriptionString;
......
......@@ -17,7 +17,7 @@
@property (nonatomic, copy) NSString *type;
// 卡劵面额
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, assign) CGFloat total;
//** 描述 */
@property (nonatomic, copy) NSString *descriptionString;
......
......@@ -17,7 +17,7 @@
@property (nonatomic, copy) NSString *type;
//** 抵扣金额 */
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, assign) CGFloat total;
//** 描述 */
@property (nonatomic, copy) NSString *descriptionString;
......
......@@ -18,7 +18,7 @@
@property (nonatomic, copy) NSString *type;
//** 红包金额 */
@property (nonatomic, assign) NSInteger total;
@property (nonatomic, assign) CGFloat total;
//** 描述 */
@property (nonatomic, copy) NSString *descriptionString;
......
......@@ -15,7 +15,7 @@
<key>CFBundleName</key>
<string>欧立方</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
......@@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>wechat</string>
......
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