Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈林
2019-01-10 11:16:11 +0800
Commit
acaa43566f626a750953921d0edf4dd3751cf1de
1 parent
80ee021a
删除了log。review by 孙凯
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
6 deletions
js/groupPurchase/components/GroupPurchase.js
js/installment/containers/InstallmentMyOrderContainer.js
js/recorder/reducers/product/productReducer.js
js/groupPurchase/components/GroupPurchase.js
View file @
acaa435
...
...
@@ -26,7 +26,6 @@ export default class GroupPurchase extends Component {
}
=
this
.
props
;
let
banner
=
productList
.
banner
;
let
url
=
productList
.
url
;
console
.
log
(
'banner'
,
banner
);
if
(
banner
===
''
)
return
null
;
...
...
js/installment/containers/InstallmentMyOrderContainer.js
View file @
acaa435
...
...
@@ -78,8 +78,6 @@ class InstallmentMyOrderContainer extends Component {
}
onPressGoNew
()
{
console
.
log
(
"onPressGoNew"
);
this
.
props
.
actions
.
getoNewArrival
();
}
...
...
js/recorder/reducers/product/productReducer.js
View file @
acaa435
...
...
@@ -36,9 +36,7 @@ const initialState = new InitialState;
export
default
function
productReducer
(
state
=
initialState
,
action
)
{
switch
(
action
.
type
)
{
case
SET_CURRENT_TAB
:
{
console
.
log
(
"chenlin"
)
console
.
log
(
action
.
payload
)
return
state
.
set
(
'currentTab'
,
action
.
payload
);
}
case
SET_EDITED_INDEX
:
{
...
...
Please
register
or
login
to post a comment