Quellcode durchsuchen

The sign up button on the login interface is displayed in bold -- 登录界面sign up 按钮 加粗显示 resolve: #104
change password upstream parameter error -- change password 上行参数错误 resolve: #101

Ray Zhang vor 5 Jahren
Ursprung
Commit
154773d410

BIN
RA TradeFiling/RA TradeFiling.xcodeproj/project.xcworkspace/xcuserdata/ruizhang.xcuserdatad/UserInterfaceState.xcuserstate


+ 3 - 3
RA TradeFiling/RA TradeFiling.xcodeproj/xcuserdata/ruizhang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@@ -1116,7 +1116,7 @@
                   endingColumnNumber = "9223372036854775807"
                   startingLineNumber = "95"
                   endingLineNumber = "95"
-                  offsetFromSymbolStart = "852">
+                  offsetFromSymbolStart = "1022">
                </Location>
                <Location
                   uuid = "1A82154B-E529-468C-9650-0F348DFF0677 - 845561727e52cadd"
@@ -1131,7 +1131,7 @@
                   endingColumnNumber = "9223372036854775807"
                   startingLineNumber = "97"
                   endingLineNumber = "97"
-                  offsetFromSymbolStart = "100">
+                  offsetFromSymbolStart = "54">
                </Location>
             </Locations>
          </BreakpointContent>
@@ -1492,7 +1492,7 @@
          BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
          <BreakpointContent
             uuid = "676524FD-0A9B-47C8-BE6A-39D68C7F1B6E"
-            shouldBeEnabled = "Yes"
+            shouldBeEnabled = "No"
             ignoreCount = "0"
             continueAfterRunningActions = "No"
             filePath = "RA TradeFiling/Search/SearchViewController.m"

+ 1 - 1
RA TradeFiling/RA TradeFiling/DataProvider/OnlineDataProvider.m

@@ -71,7 +71,7 @@
 {
     NSMutableDictionary* params = [NSMutableDictionary new];
     params[@"newpassword"]=newpassword;
-    params[@"action"]=@"";
+    params[@"action"]=@"changepassword";
 //    params = [self prepare_addtional_params:params];
     [self request_interface:URL_CHANGE_PASS parameters:params err_record_url:nil completionHandler:result retry:0];
 }

+ 2 - 1
RA TradeFiling/RA TradeFiling/Login/Login.storyboard

@@ -91,7 +91,8 @@
                                 </connections>
                             </button>
                             <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="top" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZK6-VA-Shd">
-                                <rect key="frame" x="334" y="542" width="60" height="30"/>
+                                <rect key="frame" x="332" y="542" width="62" height="30"/>
+                                <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
                                 <state key="normal" title="SIGN UP"/>
                                 <connections>
                                     <action selector="OnSignupClick:" destination="YSI-TA-fWq" eventType="touchUpInside" id="2jh-J1-CKj"/>