Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
ZhiJi-Overseas
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ZhiJi-Overseas
Commits
9a046d05
Commit
9a046d05
authored
Jul 06, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
strings
parent
4c3d8ed3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
ZTPurchaseManager.swift
ZhiJi/Classes/Goods/Controller/ZTPurchaseManager.swift
+1
-0
ZJLocationRemindSelectController.m
...sses/LocationAttention/ZJLocationRemindSelectController.m
+1
-3
Localizable.strings
ZhiJi/en.lproj/Localizable.strings
+1
-1
No files found.
ZhiJi/Classes/Goods/Controller/ZTPurchaseManager.swift
View file @
9a046d05
...
@@ -76,6 +76,7 @@ class ZTPurchaseManager: NSObject {
...
@@ -76,6 +76,7 @@ class ZTPurchaseManager: NSObject {
case
.
clientInvalid
:
print
(
"Not allowed to make the payment"
)
case
.
clientInvalid
:
print
(
"Not allowed to make the payment"
)
case
.
paymentCancelled
:
break
case
.
paymentCancelled
:
break
case
.
paymentInvalid
:
print
(
"The purchase identifier was invalid"
)
case
.
paymentInvalid
:
print
(
"The purchase identifier was invalid"
)
MBProgressHUD
.
showError
(
NSLocalizedString
(
"The purchase identifier was invalid"
,
comment
:
""
),
to
:
inView
)
case
.
paymentNotAllowed
:
print
(
"The device is not allowed to make the payment"
)
case
.
paymentNotAllowed
:
print
(
"The device is not allowed to make the payment"
)
case
.
storeProductNotAvailable
:
print
(
"The product is not available in the current storefront"
)
case
.
storeProductNotAvailable
:
print
(
"The product is not available in the current storefront"
)
case
.
cloudServicePermissionDenied
:
print
(
"Access to cloud service information is not allowed"
)
case
.
cloudServicePermissionDenied
:
print
(
"Access to cloud service information is not allowed"
)
...
...
ZhiJi/Classes/LocationAttention/ZJLocationRemindSelectController.m
View file @
9a046d05
...
@@ -98,8 +98,6 @@
...
@@ -98,8 +98,6 @@
self
.
circle
=
[
MACircle
circleWithCenterCoordinate
:
self
.
mapView
.
centerCoordinate
radius
:
500
];
self
.
circle
=
[
MACircle
circleWithCenterCoordinate
:
self
.
mapView
.
centerCoordinate
radius
:
500
];
[
self
.
mapView
addOverlay
:
self
.
circle
];
[
self
.
mapView
addOverlay
:
self
.
circle
];
[
AMapServices
sharedServices
].
apiKey
=
@"501f8a894329f4b57bbfee208a11676f"
;
SJSlider
*
slider
=
({
SJSlider
*
slider
=
({
SJSlider
*
slider
=
[
SJSlider
new
];
SJSlider
*
slider
=
[
SJSlider
new
];
[
self
.
view
addSubview
:
slider
];
[
self
.
view
addSubview
:
slider
];
...
...
ZhiJi/en.lproj/Localizable.strings
View file @
9a046d05
...
@@ -100,7 +100,7 @@ appName = "Family Mapp";
...
@@ -100,7 +100,7 @@ appName = "Family Mapp";
"friend_setting"="Friend Settings";
"friend_setting"="Friend Settings";
"friend_phone"="Mobile Number";
"friend_phone"="Mobile Number";
"friend_nickname"="Name";
"friend_nickname"="Name";
"friend_click_name"="Click to enter your name for him";
"friend_click_name"="Click to enter your name for him
/her
";
"friend_reminder"="Arrival/Departure Location Reminder";
"friend_reminder"="Arrival/Departure Location Reminder";
"friend_Friendship"="Friendship";
"friend_Friendship"="Friendship";
"friend_lock_hint"="This feature is locked! Immediately unlock and open friends\nreal-time location and history records and other functions!";
"friend_lock_hint"="This feature is locked! Immediately unlock and open friends\nreal-time location and history records and other functions!";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment