Skip to content

Commit 46d2a63

Browse files
committed
意见反馈-优化
1 parent 3e90fb9 commit 46d2a63

4 files changed

Lines changed: 5 additions & 122 deletions

File tree

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@
213213
8E1C3DF119E7D58A00EF3032 /* SWActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1C3DE919E7D58A00EF3032 /* SWActionSheet.m */; };
214214
8E1C3DF619E7F4CA00EF3032 /* address.json in Resources */ = {isa = PBXBuildFile; fileRef = 8E1C3DF519E7F4CA00EF3032 /* address.json */; };
215215
8E1C3E0819E8DFE300EF3032 /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1C3DFB19E8DFE300EF3032 /* AboutViewController.m */; };
216-
8E1C3E0919E8DFE300EF3032 /* FeedbackViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1C3DFD19E8DFE300EF3032 /* FeedbackViewController.m */; };
217216
8E1C3E0A19E8DFE300EF3032 /* SettingAccountViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1C3DFF19E8DFE300EF3032 /* SettingAccountViewController.m */; };
218217
8E1C3E0B19E8DFE300EF3032 /* SettingMineInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1C3E0119E8DFE300EF3032 /* SettingMineInfoViewController.m */; };
219218
8E1C3E0C19E8DFE300EF3032 /* SettingPasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E1C3E0319E8DFE300EF3032 /* SettingPasswordViewController.m */; };
@@ -876,8 +875,6 @@
876875
8E1C3DF519E7F4CA00EF3032 /* address.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = address.json; sourceTree = "<group>"; };
877876
8E1C3DFA19E8DFE300EF3032 /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
878877
8E1C3DFB19E8DFE300EF3032 /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
879-
8E1C3DFC19E8DFE300EF3032 /* FeedbackViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FeedbackViewController.h; sourceTree = "<group>"; };
880-
8E1C3DFD19E8DFE300EF3032 /* FeedbackViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FeedbackViewController.m; sourceTree = "<group>"; };
881878
8E1C3DFE19E8DFE300EF3032 /* SettingAccountViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingAccountViewController.h; sourceTree = "<group>"; };
882879
8E1C3DFF19E8DFE300EF3032 /* SettingAccountViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingAccountViewController.m; sourceTree = "<group>"; };
883880
8E1C3E0019E8DFE300EF3032 /* SettingMineInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingMineInfoViewController.h; sourceTree = "<group>"; };
@@ -1886,8 +1883,6 @@
18861883
children = (
18871884
8E1C3DFA19E8DFE300EF3032 /* AboutViewController.h */,
18881885
8E1C3DFB19E8DFE300EF3032 /* AboutViewController.m */,
1889-
8E1C3DFC19E8DFE300EF3032 /* FeedbackViewController.h */,
1890-
8E1C3DFD19E8DFE300EF3032 /* FeedbackViewController.m */,
18911886
8E1C3DFE19E8DFE300EF3032 /* SettingAccountViewController.h */,
18921887
8E1C3DFF19E8DFE300EF3032 /* SettingAccountViewController.m */,
18931888
8E1C3E0019E8DFE300EF3032 /* SettingMineInfoViewController.h */,
@@ -3226,7 +3221,6 @@
32263221
8E97CE481A0A2DF8006F9AD7 /* AGEmojiPageView.m in Sources */,
32273222
4E9113A31A1C426000AC9431 /* ASProgressPopUpView.m in Sources */,
32283223
4ECE8AFE1A3946C10021E29C /* Coding_FileManager.m in Sources */,
3229-
8E1C3E0919E8DFE300EF3032 /* FeedbackViewController.m in Sources */,
32303224
4ECE8AE51A3943E80021E29C /* UIImageView+Common.m in Sources */,
32313225
8EF643CA19FF7E2900F7EEB0 /* TopicContentCell.m in Sources */,
32323226
4ECE8AE81A3943E80021E29C /* UIView+Common.m in Sources */,

Coding_iOS/Controllers/MeSetting/FeedbackViewController.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

Coding_iOS/Controllers/MeSetting/FeedbackViewController.m

Lines changed: 0 additions & 99 deletions
This file was deleted.

Coding_iOS/Controllers/MeSetting/SettingViewController.m

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#import "AppDelegate.h"
1414
#import "SettingAccountViewController.h"
1515
#import "AboutViewController.h"
16-
#import "FeedbackViewController.h"
16+
#import "EditTopicViewController.h"
1717

1818
@interface SettingViewController ()
1919
@property (strong, nonatomic) UITableView *myTableView;
@@ -122,8 +122,10 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
122122
case 1:
123123
switch (indexPath.row) {
124124
case 0:{//意见反馈
125-
FeedbackViewController *vc = [[FeedbackViewController alloc] init];
126-
vc.myUser = self.myUser;
125+
EditTopicViewController *vc = [[EditTopicViewController alloc] init];
126+
vc.curProTopic = [ProjectTopic feedbackTopic];
127+
vc.type = TopicEditTypeFeedBack;
128+
vc.topicChangedBlock = nil;
127129
[self.navigationController pushViewController:vc animated:YES];
128130
}
129131
break;

0 commit comments

Comments
 (0)