Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
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
1
Merge Requests
1
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
Giang Tran
InvestCustomer
Commits
5b53847f
Commit
5b53847f
authored
Aug 24, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
9d447a40
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
10 deletions
+8
-10
build.gradle
android/app/build.gradle
+2
-2
SearchModal.js
src/Screens/Menu/MyGroup/SearchModal.js
+3
-2
Media.js
src/Screens/NewFeed/Media/Media.js
+1
-0
TopMedia.js
src/Screens/NewFeed/Media/TopMedia.js
+1
-5
Notification.js
src/Screens/Notification/Notification.js
+1
-1
No files found.
android/app/build.gradle
View file @
5b53847f
...
...
@@ -132,8 +132,8 @@ android {
applicationId
"com.dcv.invest"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
2
0
versionName
"2.
4
"
versionCode
2
1
versionName
"2.
5
"
vectorDrawables
.
useSupportLibrary
=
true
}
splits
{
...
...
src/Screens/Menu/MyGroup/SearchModal.js
View file @
5b53847f
...
...
@@ -129,8 +129,9 @@ const SearchProductCodeModal = (props) => {
<
AppText
style
=
{[
styles
.
txtTitle
,
{
marginTop
:
HEIGHTXD
(
40
)}]}
i18nKey
=
{
'OpenAccountCQG'
}
/
>
i18nKey
=
{
'OpenAccountCQG'
}
>
:
<
/AppText
>
<
PickerItem
defaultValue
=
{
open
.
name
}
width
=
{
width
-
40
}
...
...
src/Screens/NewFeed/Media/Media.js
View file @
5b53847f
...
...
@@ -21,6 +21,7 @@ const Media = (props) => {
platform
:
Platform
.
OS
,
});
if
(
res
.
data
.
code
==
200
&&
res
.
data
.
data
)
{
console
.
log
(
res
.
data
.
data
);
if
(
res
.
data
.
data
[
0
]
&&
res
.
data
.
data
[
0
].
data
[
0
])
setMediaHot
(
res
.
data
.
data
[
0
].
data
[
0
]);
setData
(
res
.
data
.
data
);
...
...
src/Screens/NewFeed/Media/TopMedia.js
View file @
5b53847f
...
...
@@ -74,11 +74,7 @@ const MediaView = (props) => {
);
}
return
(
<
View
>
<
Text
>
H
<
/Text
>
<
/View
>
);
return
<
View
><
/View>
;
};
const
styles
=
StyleSheet
.
create
({
...
...
src/Screens/Notification/Notification.js
View file @
5b53847f
...
...
@@ -28,7 +28,7 @@ const Notifcation = (props) => {
setisRefresh
(
false
);
if
((
res
.
data
.
code
=
200
&&
res
.
data
.
data
))
{
setData
(
res
.
data
.
data
);
setTotalPage
(
res
.
data
.
meta
.
pages
);
//
setTotalPage(res.data.meta.pages);
}
else
{
showAlert
(
TYPE
.
ERROR
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
...
...
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