File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >21 </string >
22
+ <string >23 </string >
23
23
<key >LSApplicationCategoryType </key >
24
24
<string >public.app-category.utilities </string >
25
25
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -157,6 +157,10 @@ class OrderViewController: BaseViewController{
157
157
return true
158
158
}
159
159
160
+ @IBAction func clickRefresh( _ sender: AnyObject ? ) {
161
+ self . queryAllOrder ( )
162
+ }
163
+
160
164
@IBAction func clickShareInfo( _ sender: AnyObject ? ) {
161
165
let generalPasteboard = NSPasteboard . general ( )
162
166
generalPasteboard. clearContents ( )
Original file line number Diff line number Diff line change @@ -739,6 +739,10 @@ class TicketQueryViewController: BaseViewController {
739
739
return true
740
740
}
741
741
742
+ @IBAction func clickRefresh( _ sender: AnyObject ? ) {
743
+ self . clickQueryTicketBtn ( nil )
744
+ }
745
+
742
746
@IBAction func clickShareInfo( _ sender: AnyObject ? ) {
743
747
let generalPasteboard = NSPasteboard . general ( )
744
748
generalPasteboard. clearContents ( )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <document type =" com.apple.InterfaceBuilder3.Cocoa.XIB" version =" 3.0" toolsVersion =" 11201" systemVersion =" 16A323 " targetRuntime =" MacOSX.Cocoa" propertyAccessControl =" none" useAutolayout =" YES" customObjectInstantitationMethod =" direct" >
2
+ <document type =" com.apple.InterfaceBuilder3.Cocoa.XIB" version =" 3.0" toolsVersion =" 11201" systemVersion =" 16B2555 " targetRuntime =" MacOSX.Cocoa" propertyAccessControl =" none" useAutolayout =" YES" customObjectInstantitationMethod =" direct" >
3
3
<dependencies >
4
4
<deployment identifier =" macosx" />
5
5
<plugIn identifier =" com.apple.InterfaceBuilder.CocoaPlugin" version =" 11201" />
158
158
<items >
159
159
<menuItem title =" 刷新" keyEquivalent =" r" id =" dUM-Nj-mdp" >
160
160
<connections >
161
- <action selector =" clickQueryTicketBtn :" target =" -1" id =" c5J-yo-6yI " />
161
+ <action selector =" clickRefresh :" target =" -1" id =" eS6-zh-TLf " />
162
162
</connections >
163
163
</menuItem >
164
164
<menuItem title =" 筛选" keyEquivalent =" f" id =" k36-tW-xbE" >
You can’t perform that action at this time.
0 commit comments