Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
ios1x
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
ios1x
Commits
4fd3da65
Commit
4fd3da65
authored
7 years ago
by
lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r
parent
338cdd9e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
KWMContactUsVC.m
iCemarose/Class/UI/Mine/KWMContactUsVC.m
+11
-1
Mine.storyboard
iCemarose/Class/UI/Mine/Mine.storyboard
+0
-0
KWMNewHomeVC.m
iCemarose/Class/UI/NewHome/KWMNewHomeVC.m
+4
-3
No files found.
iCemarose/Class/UI/Mine/KWMContactUsVC.m
View file @
4fd3da65
...
...
@@ -39,7 +39,7 @@
}];
[
alertView
addButtonWithTitle
:
@"确定"
block
:
^
{
NSString
*
phoneNum
=
@"
+33(0)983043057
"
;
NSString
*
phoneNum
=
@"
4006878706
"
;
NSString
*
phone
=
[[
NSString
alloc
]
initWithFormat
:
@"tel:%@"
,
phoneNum
];
[[
UIApplication
sharedApplication
]
openURL
:[
NSURL
URLWithString
:
phone
]];
}];
...
...
@@ -53,7 +53,17 @@
[[
UIApplication
sharedApplication
]
openURL
:[
NSURL
URLWithString
:
Email
]];
}
-
(
IBAction
)
wechatAction
:
(
id
)
sender
{
[
self
showToast
:
@"复制成功"
];
UIPasteboard
*
pb
=
[
UIPasteboard
generalPasteboard
];
pb
.
string
=
@"cemarose1"
;
}
-
(
IBAction
)
weiboAction
:
(
id
)
sender
{
[
self
showToast
:
@"复制成功"
];
UIPasteboard
*
pb
=
[
UIPasteboard
generalPasteboard
];
pb
.
string
=
@"cemarose"
;
}
@end
This diff is collapsed.
Click to expand it.
iCemarose/Class/UI/Mine/Mine.storyboard
View file @
4fd3da65
This diff is collapsed.
Click to expand it.
iCemarose/Class/UI/NewHome/KWMNewHomeVC.m
View file @
4fd3da65
...
...
@@ -57,7 +57,7 @@ typedef enum{
@property
(
nonatomic
)
NSMutableDictionary
*
dataMapping
;
@property
(
nonatomic
)
NSString
*
clotingSetsHandle
;
//
@property(nonatomic) NSString *clotingSetsHandle;
@end
...
...
@@ -184,7 +184,8 @@ typedef enum{
}
-
(
void
)
kwm_gotoClothingSetsPage
{
[
self
openURLWithString
:[
NSString
stringWithFormat
:
@"https://cemarose.myshopify.com/collections/%@"
,
self
.
clotingSetsHandle
]];
// [self openURLWithString:[NSString stringWithFormat:@"https://cemarose.myshopify.com/collections/%@",self.clotingSetsHandle]];
[
self
openURLWithString
:
self
.
homeData
.
clothing_sets
.
url
];
}
#pragma mark - KWMRecommendDelegate KWMClothingSetsDelegate KWMHotSalesDelegate
...
...
@@ -388,7 +389,7 @@ typedef enum{
NSString
*
handle
=
clothingParam
.
count
>
1
?
clothingParam
[
1
]
:
nil
;
NSArray
*
tags
=
clothingParam
.
count
>
2
?
[
clothingParam
[
2
]
componentsSeparatedByString
:
@"+"
]
:
nil
;
if
(
handle
)
{
self
.
clotingSetsHandle
=
handle
;
//
self.clotingSetsHandle = handle;
[
self
requestProductWithHandle
:
handle
tags
:
tags
valueKeyPath
:
@"clothingSetsHeader.productArray"
];
}
}
...
...
This diff is collapsed.
Click to expand it.
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