Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
new_excelso
Commits
06909b82
Commit
06909b82
authored
Aug 27, 2020
by
William Goszal
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tombol call support selalu nongol. icon whatsappnya ganti jadi putih.
parent
3aa40d6f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
25 deletions
+16
-25
OrderDetail.js
view/OrderDetail.js
+16
-25
No files found.
view/OrderDetail.js
View file @
06909b82
...
...
@@ -655,29 +655,22 @@ class OrderDetail extends React.Component {
))
:
null
}
{
this
.
state
.
trans_status
<
4
&&
this
.
state
.
trans_status
!==
-
1
?
(
<
TouchableOpacity
onPress
=
{()
=>
{
Linking
.
openURL
(
"whatsapp://send?phone="
+
this
.
state
.
detail_trans
.
call_center_phone
+
"&text="
+
i18n
.
t
(
'waCallCenter'
)
+
" "
+
this
.
state
.
numberId
)
}}
>
<
View
style
=
{
styles
.
button3
}
>
<
View
style
=
{{
flexDirection
:
'row'
,
justifyContent
:
'center'
,
alignItems
:
'center'
}}
>
<
View
style
=
{{
marginRight
:
10
}}
>
<
Icon
name
=
'whatsapp'
type
=
'font-awesome'
color
=
'green'
size
=
{
24
}
/
>
<
Icon
name
=
'whatsapp'
type
=
'font-awesome'
color
=
'white'
size
=
{
24
}
/
>
<
/View
>
<
View
style
=
{{
paddingRight
:
25
}}
>
<
Text
style
=
{{
color
:
'white'
,
fontSize
:
16
,
fontFamily
:
'Gotham-Black'
}}
>
{
i18n
.
t
(
'help'
)}
<
/Text
>
<
View
style
=
{{
}}
>
<
Text
style
=
{{
color
:
'white'
,
fontSize
:
16
,
fontFamily
:
'Gotham-Black'
}}
>
{
i18n
.
t
(
'help'
)}
<
/Text
>
<
/View
>
<
/View
>
<
/View
>
<
/TouchableOpacity>
)
:
(
null
)
}
<
/TouchableOpacity
>
{
this
.
state
.
trans_status
==
0
?
(
<
TouchableOpacity
onPress
=
{()
=>
this
.
handleCancel
()}
>
...
...
@@ -704,9 +697,7 @@ class OrderDetail extends React.Component {
<
/TouchableOpacity
>
)
)
:
(
null
)
)
:
(
null
)
}
<
View
style
=
{{
marginVertical
:
20
}}
/
>
...
...
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