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
zhouxl
2019-12-13 18:02:25 +0800
Commit
277857f4b820dfc1b8a617e1a4f65f5055568200
1 parent
b8029d38
【埋点】--review by 宏勇
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/groupPurchase/reducers/groupPurchaseDetail/groupPurchaseDetailActions.js
js/groupPurchase/reducers/groupPurchaseDetail/groupPurchaseDetailActions.js
View file @
277857f
...
...
@@ -242,7 +242,7 @@ export function fetchResourceInfo() {
P_PARAM
:
content_code
,
F_URL
:
item
.
url
,
I_INDEX
:
index
+
1
,
F_ID
:
json
[
0
].
template_id
,
F_ID
:
json
.
length
>
0
?
json
[
0
].
template_id
:
""
,
exposureEnd
:
1
};
return
item
...
...
Please
register
or
login
to post a comment