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

no message

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