kevin 9 years ago
parent
commit
341d78c864

+ 91 - 0
zj-pay/Non-Stop/Non-Stop.xcodeproj/xcuserdata/kevin.xcuserdatad/xcschemes/Non-Stop.xcscheme

@ -0,0 +1,91 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Scheme
3
   LastUpgradeVersion = "0700"
4
   version = "1.3">
5
   <BuildAction
6
      parallelizeBuildables = "YES"
7
      buildImplicitDependencies = "YES">
8
      <BuildActionEntries>
9
         <BuildActionEntry
10
            buildForTesting = "YES"
11
            buildForRunning = "YES"
12
            buildForProfiling = "YES"
13
            buildForArchiving = "YES"
14
            buildForAnalyzing = "YES">
15
            <BuildableReference
16
               BuildableIdentifier = "primary"
17
               BlueprintIdentifier = "EAF9F11A1BEC81A0009D4F25"
18
               BuildableName = "Non-Stop.app"
19
               BlueprintName = "Non-Stop"
20
               ReferencedContainer = "container:Non-Stop.xcodeproj">
21
            </BuildableReference>
22
         </BuildActionEntry>
23
      </BuildActionEntries>
24
   </BuildAction>
25
   <TestAction
26
      buildConfiguration = "Debug"
27
      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
      shouldUseLaunchSchemeArgsEnv = "YES">
30
      <Testables>
31
      </Testables>
32
      <MacroExpansion>
33
         <BuildableReference
34
            BuildableIdentifier = "primary"
35
            BlueprintIdentifier = "EAF9F11A1BEC81A0009D4F25"
36
            BuildableName = "Non-Stop.app"
37
            BlueprintName = "Non-Stop"
38
            ReferencedContainer = "container:Non-Stop.xcodeproj">
39
         </BuildableReference>
40
      </MacroExpansion>
41
      <AdditionalOptions>
42
      </AdditionalOptions>
43
   </TestAction>
44
   <LaunchAction
45
      buildConfiguration = "Debug"
46
      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47
      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48
      launchStyle = "0"
49
      useCustomWorkingDirectory = "NO"
50
      ignoresPersistentStateOnLaunch = "NO"
51
      debugDocumentVersioning = "YES"
52
      debugServiceExtension = "internal"
53
      allowLocationSimulation = "YES">
54
      <BuildableProductRunnable
55
         runnableDebuggingMode = "0">
56
         <BuildableReference
57
            BuildableIdentifier = "primary"
58
            BlueprintIdentifier = "EAF9F11A1BEC81A0009D4F25"
59
            BuildableName = "Non-Stop.app"
60
            BlueprintName = "Non-Stop"
61
            ReferencedContainer = "container:Non-Stop.xcodeproj">
62
         </BuildableReference>
63
      </BuildableProductRunnable>
64
      <AdditionalOptions>
65
      </AdditionalOptions>
66
   </LaunchAction>
67
   <ProfileAction
68
      buildConfiguration = "Release"
69
      shouldUseLaunchSchemeArgsEnv = "YES"
70
      savedToolIdentifier = ""
71
      useCustomWorkingDirectory = "NO"
72
      debugDocumentVersioning = "YES">
73
      <BuildableProductRunnable
74
         runnableDebuggingMode = "0">
75
         <BuildableReference
76
            BuildableIdentifier = "primary"
77
            BlueprintIdentifier = "EAF9F11A1BEC81A0009D4F25"
78
            BuildableName = "Non-Stop.app"
79
            BlueprintName = "Non-Stop"
80
            ReferencedContainer = "container:Non-Stop.xcodeproj">
81
         </BuildableReference>
82
      </BuildableProductRunnable>
83
   </ProfileAction>
84
   <AnalyzeAction
85
      buildConfiguration = "Debug">
86
   </AnalyzeAction>
87
   <ArchiveAction
88
      buildConfiguration = "Release"
89
      revealArchiveInOrganizer = "YES">
90
   </ArchiveAction>
91
</Scheme>

+ 22 - 0
zj-pay/Non-Stop/Non-Stop.xcodeproj/xcuserdata/kevin.xcuserdatad/xcschemes/xcschememanagement.plist

@ -0,0 +1,22 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
	<key>SchemeUserState</key>
6
	<dict>
7
		<key>Non-Stop.xcscheme</key>
8
		<dict>
9
			<key>orderHint</key>
10
			<integer>0</integer>
11
		</dict>
12
	</dict>
13
	<key>SuppressBuildableAutocreation</key>
14
	<dict>
15
		<key>EAF9F11A1BEC81A0009D4F25</key>
16
		<dict>
17
			<key>primary</key>
18
			<true/>
19
		</dict>
20
	</dict>
21
</dict>
22
</plist>

BIN
zj-pay/Non-Stop/Non-Stop/res/imsages/AI-icon-arrow-right.png


+ 315 - 0
zj-pay/Non-Stop/Non-Stop/res/layout/AI_BusiAcceptance.xib

@ -0,0 +1,315 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
3
    <dependencies>
4
        <deployment identifier="iOS"/>
5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
6
    </dependencies>
7
    <objects>
8
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AI_BusiAcceptanceVC">
9
            <connections>
10
                <outlet property="AmountView" destination="o9U-V1-GmI" id="mOK-XJ-gjP"/>
11
                <outlet property="BottomView" destination="XPB-j8-oLD" id="3bX-nP-f8p"/>
12
                <outlet property="MessageView" destination="dEV-qQ-Lv7" id="syA-U0-mdm"/>
13
                <outlet property="PaysView" destination="eK9-ru-R4B" id="doN-Wx-B1Y"/>
14
                <outlet property="UnionPayView" destination="UmS-YJ-WfP" id="93d-Li-NSZ"/>
15
                <outlet property="WeChatPayView" destination="DUT-iw-4MR" id="POk-jq-t4S"/>
16
                <outlet property="chgMoney" destination="7PH-jE-Wjb" id="0qD-1R-7Xk"/>
17
                <outlet property="modifyContractButton" destination="O8O-UB-4Yo" id="zSv-c1-Ib0"/>
18
                <outlet property="serialNumber" destination="jjs-n2-xjH" id="7aX-Pi-10i"/>
19
                <outlet property="terminateContractButton" destination="47R-r3-a8F" id="vGg-Xq-bav"/>
20
            </connections>
21
        </placeholder>
22
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
23
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
24
            <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
25
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
26
            <subviews>
27
                <view contentMode="scaleToFill" id="o9U-V1-GmI">
28
                    <rect key="frame" x="0.0" y="217" width="320" height="105"/>
29
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
30
                    <subviews>
31
                        <button opaque="NO" tag="20" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="9To-wq-Mvd">
32
                            <rect key="frame" x="118" y="9" width="88" height="42"/>
33
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
34
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
35
                            <state key="normal" title="20">
36
                                <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
37
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
38
                            </state>
39
                            <state key="selected">
40
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
41
                            </state>
42
                            <connections>
43
                                <action selector="chgMoney:" destination="-1" eventType="touchUpInside" id="tuS-FF-o4w"/>
44
                            </connections>
45
                        </button>
46
                        <button opaque="NO" tag="50" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="3s4-a7-n7l">
47
                            <rect key="frame" x="216" y="9" width="88" height="42"/>
48
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
49
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
50
                            <state key="normal" title="50">
51
                                <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
52
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
53
                            </state>
54
                            <state key="selected">
55
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
56
                            </state>
57
                            <connections>
58
                                <action selector="chgMoney:" destination="-1" eventType="touchUpInside" id="Ybc-PE-3KQ"/>
59
                            </connections>
60
                        </button>
61
                        <button opaque="NO" tag="200" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="zXp-qc-HbX">
62
                            <rect key="frame" x="118" y="61" width="88" height="42"/>
63
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
64
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
65
                            <state key="normal" title="200">
66
                                <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
67
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
68
                            </state>
69
                            <state key="selected">
70
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
71
                            </state>
72
                            <connections>
73
                                <action selector="chgMoney:" destination="-1" eventType="touchUpInside" id="jlm-cn-erz"/>
74
                            </connections>
75
                        </button>
76
                        <button opaque="NO" tag="500" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="Oma-lQ-BI4">
77
                            <rect key="frame" x="216" y="61" width="88" height="42"/>
78
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
79
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
80
                            <state key="normal" title="500">
81
                                <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
82
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
83
                            </state>
84
                            <state key="selected">
85
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
86
                            </state>
87
                            <connections>
88
                                <action selector="chgMoney:" destination="-1" eventType="touchUpInside" id="GB4-jn-keo"/>
89
                            </connections>
90
                        </button>
91
                        <button opaque="NO" tag="10" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="7PH-jE-Wjb">
92
                            <rect key="frame" x="20" y="9" width="88" height="42"/>
93
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
94
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
95
                            <state key="normal" title="10">
96
                                <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
97
                            </state>
98
                            <state key="selected">
99
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
100
                            </state>
101
                            <connections>
102
                                <action selector="chgMoney:" destination="-1" eventType="touchUpInside" id="Gcv-3A-23P"/>
103
                            </connections>
104
                        </button>
105
                        <button opaque="NO" tag="100" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="kPV-wq-saR">
106
                            <rect key="frame" x="20" y="61" width="88" height="42"/>
107
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
108
                            <fontDescription key="fontDescription" type="system" pointSize="15"/>
109
                            <state key="normal" title="100">
110
                                <color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
111
                                <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
112
                            </state>
113
                            <state key="selected">
114
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
115
                            </state>
116
                            <connections>
117
                                <action selector="chgMoney:" destination="-1" eventType="touchUpInside" id="9l1-Lf-7j9"/>
118
                            </connections>
119
                        </button>
120
                    </subviews>
121
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
122
                </view>
123
                <view contentMode="scaleToFill" id="gqe-oG-NOZ">
124
                    <rect key="frame" x="0.0" y="323" width="320" height="42"/>
125
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
126
                    <subviews>
127
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="   签约的支付方式:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="CaN-aM-UBj">
128
                            <rect key="frame" x="0.0" y="0.0" width="320" height="42"/>
129
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
130
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
131
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
132
                            <nil key="highlightedColor"/>
133
                        </label>
134
                    </subviews>
135
                    <color key="backgroundColor" red="0.92549019610000005" green="0.92549019610000005" blue="0.92549019610000005" alpha="1" colorSpace="calibratedRGB"/>
136
                </view>
137
                <view contentMode="scaleToFill" id="eK9-ru-R4B">
138
                    <rect key="frame" x="0.0" y="373" width="320" height="108"/>
139
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
140
                    <subviews>
141
                        <view contentMode="scaleToFill" id="UmS-YJ-WfP">
142
                            <rect key="frame" x="0.0" y="56" width="320" height="45"/>
143
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
144
                            <subviews>
145
                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="AI-4.png" id="Mfk-bc-nbu">
146
                                    <rect key="frame" x="15" y="6" width="43" height="39"/>
147
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
148
                                </imageView>
149
                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="银行卡签约支付" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="hE1-3K-NpK">
150
                                    <rect key="frame" x="68" y="15" width="216" height="21"/>
151
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
152
                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
153
                                    <color key="textColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="calibratedRGB"/>
154
                                    <nil key="highlightedColor"/>
155
                                </label>
156
                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="AI-bank-not-choose.png" id="Hjn-mB-vGn">
157
                                    <rect key="frame" x="292" y="12" width="20" height="22"/>
158
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
159
                                </imageView>
160
                            </subviews>
161
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
162
                        </view>
163
                        <view hidden="YES" contentMode="scaleToFill" id="DUT-iw-4MR">
164
                            <rect key="frame" x="0.0" y="0.0" width="320" height="48"/>
165
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
166
                            <subviews>
167
                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="AI-3.png" id="QnH-g7-PF6">
168
                                    <rect key="frame" x="15" y="3" width="42" height="42"/>
169
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
170
                                </imageView>
171
                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="AI-bank-choose.png" id="Iqz-Qc-f7b">
172
                                    <rect key="frame" x="292" y="13" width="20" height="21"/>
173
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
174
                                </imageView>
175
                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="微信签约支付" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="XoI-Cd-k5o">
176
                                    <rect key="frame" x="70" y="13" width="214" height="21"/>
177
                                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
178
                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
179
                                    <color key="textColor" red="0.0" green="0.63268400493421051" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
180
                                    <nil key="highlightedColor"/>
181
                                </label>
182
                            </subviews>
183
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
184
                        </view>
185
                    </subviews>
186
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
187
                </view>
188
                <view contentMode="scaleToFill" id="XPB-j8-oLD">
189
                    <rect key="frame" x="0.0" y="489" width="320" height="54"/>
190
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
191
                    <subviews>
192
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="O8O-UB-4Yo">
193
                            <rect key="frame" x="8" y="12" width="145" height="30"/>
194
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
195
                            <fontDescription key="fontDescription" type="system" pointSize="16"/>
196
                            <state key="normal" title="修改签约信息">
197
                                <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
198
                            </state>
199
                            <connections>
200
                                <action selector="modifyContractAction:" destination="-1" eventType="touchUpInside" id="DII-Nc-2hk"/>
201
                            </connections>
202
                        </button>
203
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="47R-r3-a8F">
204
                            <rect key="frame" x="165" y="11" width="145" height="32"/>
205
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
206
                            <color key="backgroundColor" red="0.80000001190000003" green="0.80000001190000003" blue="0.80000001190000003" alpha="1" colorSpace="calibratedRGB"/>
207
                            <fontDescription key="fontDescription" type="system" pointSize="16"/>
208
                            <state key="normal" title="暂不开通">
209
                                <color key="titleColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
210
                            </state>
211
                            <connections>
212
                                <action selector="cancelAccept:" destination="-1" eventType="touchUpInside" id="tBe-D1-nTH"/>
213
                                <action selector="terminateContractAction:" destination="-1" eventType="touchUpInside" id="PpF-yv-6kC"/>
214
                            </connections>
215
                        </button>
216
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="qM4-OB-fBn">
217
                            <rect key="frame" x="12" y="11" width="145" height="32"/>
218
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
219
                            <color key="backgroundColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="calibratedRGB"/>
220
                            <fontDescription key="fontDescription" type="system" pointSize="16"/>
221
                            <state key="normal" title="下一步">
222
                                <color key="titleColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
223
                            </state>
224
                            <connections>
225
                                <action selector="doAccept:" destination="-1" eventType="touchUpInside" id="NTH-db-hph"/>
226
                                <action selector="terminateContractAction:" destination="-1" eventType="touchUpInside" id="8QK-Rl-SnN"/>
227
                            </connections>
228
                        </button>
229
                    </subviews>
230
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
231
                </view>
232
                <view contentMode="scaleToFill" id="dEV-qQ-Lv7">
233
                    <rect key="frame" x="0.0" y="0.0" width="320" height="217"/>
234
                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
235
                    <subviews>
236
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="    永不停机:当您手机费透支额度达到信用额度门槛或者透支期限达到信用期门槛,为了避免您手机被停机。我们将会自动从您签约的支付账户中扣除您设定的充值金额,并充值到您的账户。开通即视为同意《扣款授权确认书》" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="5" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="qgt-Kt-vYT">
237
                            <rect key="frame" x="0.0" y="20" width="320" height="96"/>
238
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
239
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
240
                            <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
241
                            <nil key="highlightedColor"/>
242
                        </label>
243
                        <view contentMode="scaleToFill" id="IJa-va-FPg">
244
                            <rect key="frame" x="0.0" y="115" width="320" height="1"/>
245
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
246
                            <color key="backgroundColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
247
                        </view>
248
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="    查看信用额度和信用期限" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="RGP-JW-qNf">
249
                            <rect key="frame" x="0.0" y="115" width="320" height="36"/>
250
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
251
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
252
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
253
                            <color key="textColor" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="calibratedRGB"/>
254
                            <nil key="highlightedColor"/>
255
                        </label>
256
                        <view contentMode="scaleToFill" id="0kG-lz-uxk">
257
                            <rect key="frame" x="0.0" y="150" width="320" height="1"/>
258
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
259
                            <color key="backgroundColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
260
                        </view>
261
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="    签约号码:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="TWs-Fm-L7O">
262
                            <rect key="frame" x="0.0" y="150" width="91" height="33"/>
263
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
264
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
265
                            <color key="textColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
266
                            <nil key="highlightedColor"/>
267
                        </label>
268
                        <view contentMode="scaleToFill" id="YOP-rp-Zqf">
269
                            <rect key="frame" x="0.0" y="182" width="320" height="1"/>
270
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
271
                            <color key="backgroundColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
272
                        </view>
273
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="    选择自动充值的金额(元)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Dif-sb-DPv">
274
                            <rect key="frame" x="0.0" y="182" width="320" height="35"/>
275
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
276
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
277
                            <color key="textColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
278
                            <nil key="highlightedColor"/>
279
                        </label>
280
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="AI-icon-arrow-right.png" id="QXM-BL-bvS">
281
                            <rect key="frame" x="298" y="124" width="14" height="18"/>
282
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
283
                        </imageView>
284
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="139xxxxxx32" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="jjs-n2-xjH">
285
                            <rect key="frame" x="92" y="150" width="228" height="33"/>
286
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
287
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
288
                            <color key="textColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.23529411759999999" alpha="1" colorSpace="calibratedRGB"/>
289
                            <nil key="highlightedColor"/>
290
                        </label>
291
                    </subviews>
292
                    <color key="backgroundColor" red="0.92549019610000005" green="0.92549019610000005" blue="0.92549019610000005" alpha="1" colorSpace="calibratedRGB"/>
293
                </view>
294
            </subviews>
295
            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
296
            <point key="canvasLocation" x="428" y="262"/>
297
        </view>
298
        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="BAK-5O-GCr">
299
            <rect key="frame" x="0.0" y="0.0" width="240" height="128"/>
300
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
301
            <point key="canvasLocation" x="491" y="389"/>
302
        </imageView>
303
        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="AI-bank-choose.png" id="Jis-NX-gNh">
304
            <rect key="frame" x="0.0" y="0.0" width="20" height="22"/>
305
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
306
        </imageView>
307
    </objects>
308
    <resources>
309
        <image name="AI-3.png" width="74" height="73"/>
310
        <image name="AI-4.png" width="74" height="74"/>
311
        <image name="AI-bank-choose.png" width="100" height="100"/>
312
        <image name="AI-bank-not-choose.png" width="100" height="100"/>
313
        <image name="AI-icon-arrow-right.png" width="16" height="17"/>
314
    </resources>
315
</document>