|
@@ -118,7 +118,7 @@
|
|
|
MJWeakSelf;
|
|
|
self.picker = [[KSChoosePicker alloc] initWithTitle:@"" sourceData:self.typeNameArray lastChooseIndex:self.chooseIndex sureButtonColor:CLIENT_THEMECOLOR chooseReturnWithBlock:^(NSString * _Nonnull returnValue, NSInteger chooseIndex) {
|
|
|
weakSelf.chooseIndex = chooseIndex;
|
|
|
- weakSelf.feedbackType = self.typeArray[chooseIndex];
|
|
|
+ weakSelf.feedbackType = weakSelf.typeArray[chooseIndex];
|
|
|
[weakSelf.bodyView configFeedbackType:returnValue];
|
|
|
} cancel:^{
|
|
|
|
|
@@ -166,6 +166,7 @@
|
|
|
[LOADING_MANAGER removeCustomLoading];
|
|
|
}
|
|
|
|
|
|
+
|
|
|
- (void)submitWithPhone:(NSString *)phone suggestion:(NSString *)suggession {
|
|
|
|
|
|
if ([NSString isEmptyString:self.feedbackType]) {
|
|
@@ -422,6 +423,9 @@
|
|
|
}
|
|
|
return _imageAsset;
|
|
|
}
|
|
|
+- (void)dealloc {
|
|
|
+ NSLog(@"------");
|
|
|
+}
|
|
|
/*
|
|
|
#pragma mark - Navigation
|
|
|
|