Commit a803decc authored by jinzhu's avatar jinzhu

add .ios

parent cb633d20
......@@ -37,5 +37,5 @@ Icon?
build/
.android/
.ios/
#.ios/
.flutter-plugins
......@@ -30,6 +30,7 @@ class CommentSuggest extends StatelessWidget {
home: CommentSuggestPage(nativeCookie: this.params,title: '意见与建议',)
);
}
}
class CommentSuggestPage extends StatefulWidget {
......@@ -41,6 +42,8 @@ class CommentSuggestPage extends StatefulWidget {
@override
_CommentSuggestPageState createState() => _CommentSuggestPageState();
}
class _CommentSuggestPageState extends State<CommentSuggestPage> {
......@@ -144,6 +147,14 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> {
),
));
}
@override
void didUpdateWidget (CommentSuggestPage oldWidget) {
super.didUpdateWidget(oldWidget);
print('aaaaaaaaa--------');
print(oldWidget);
}
void confirmClick() {
NativeFlutterTransferPlugin.track('click_comment_suggest', {'comment_id': '10086'});
confimSuggestInfo();
......
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