Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-10-01 13:49:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a55c93a59e19d8ae350e93845d875a0203801008
a55c93a5
1 parent
aea70106
gg
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
src/assets/customer/ic_refresh.png
src/pages/Customer/index.js
src/assets/customer/ic_refresh.png
0 → 100644
View file @
a55c93a
4.82 KB
src/pages/Customer/index.js
View file @
a55c93a
...
...
@@ -173,7 +173,7 @@ export default class Customer extends Component {
<
Text
style
=
{
styles
.
mainBtnLeftText
}
>
手动添加
<
/Text
>
<
/TouchableOpacity
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
getAsyncStorage
()}
>
<
Image
source
=
{
require
(
'../../assets/customer/ic_
add.png'
)}
style
=
{{
width
:
44
,
height
:
44
}}
/
>
<
Image
source
=
{
require
(
'../../assets/customer/ic_
refresh.png'
)}
style
=
{{
width
:
50
,
height
:
50
}}
/
>
<
/TouchableOpacity
>
<
TouchableOpacity
style
=
{
styles
.
mainBtnContaierRight
}
...
...
Please
register
or
login
to post a comment