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
孙凯
6 years ago
Commit
ffec5eb4c8c10bb2b1d074161ddcc4668ce1f5ed
1 parent
06a3f7a1
修改 bug. review by chenlin
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
js/groupPurchase/containers/GroupPurchaseContainer.js
js/groupPurchase/containers/GroupPurchaseDetailContainer.js
js/groupPurchase/containers/GroupPurchaseContainer.js
View file @
ffec5eb
...
...
@@ -163,7 +163,7 @@ class GroupPurchaseContainer extends Component {
let
bigImage
=
shareCodeInfo
.
get
(
'bigImage'
);
let
productIcon
=
bigImage
?
getSlicedUrl
(
bigImage
,
150
*
DEVICE_WIDTH_RATIO
,
120
*
DEVICE_WIDTH_RATIO
,
2
)
:
''
;
let
shareUrl
=
`
https
:
//m.yohobuy.com/activity/group/list?productPool=
"${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"
`;
let
shareUrl
=
`
https
:
//m.yohobuy.com/activity/group/list?productPool=
${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}
`;
InteractionManager
.
runAfterInteractions
(()
=>
{
let
param
=
{
...
...
@@ -188,7 +188,7 @@ class GroupPurchaseContainer extends Component {
let
bigImage
=
shareCodeInfo
.
get
(
'bigImage'
);
let
productIcon
=
bigImage
?
getSlicedUrl
(
bigImage
,
150
*
DEVICE_WIDTH_RATIO
,
120
*
DEVICE_WIDTH_RATIO
,
2
)
:
''
;
let
shareUrl
=
`
https
:
//m.yohobuy.com/activity/group/list?productPool=
"${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"
`;
let
shareUrl
=
`
https
:
//m.yohobuy.com/activity/group/list?productPool=
${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}
`;
InteractionManager
.
runAfterInteractions
(()
=>
{
let
param
=
{
...
...
@@ -212,7 +212,7 @@ class GroupPurchaseContainer extends Component {
let
bigImage
=
shareCodeInfo
.
get
(
'bigImage'
);
let
productIcon
=
bigImage
?
getSlicedUrl
(
bigImage
,
150
*
DEVICE_WIDTH_RATIO
,
120
*
DEVICE_WIDTH_RATIO
,
2
)
:
''
;
let
shareUrl
=
`
https
:
//m.yohobuy.com/activity/group/list?productPool=
"${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"
`;
let
shareUrl
=
`
https
:
//m.yohobuy.com/activity/group/list?productPool=
${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}
`;
InteractionManager
.
runAfterInteractions
(()
=>
{
let
param
=
{
...
...
js/groupPurchase/containers/GroupPurchaseDetailContainer.js
View file @
ffec5eb
...
...
@@ -212,7 +212,7 @@ class GroupPurchaseDetailContainer extends Component {
let
productName
=
resource
.
productName
;
let
title
=
'【还差'
+
lackNum
+
'人】'
+
productGroupPrice
+
'拼'
+
productName
;
let
shareUrl
=
`
http
:
//m.yohobuy.com/activity/group/progress?groupNo=
"${groupNo}"&activityId="${activityId}"&union_type="${unionType}"
`;
let
shareUrl
=
`
http
:
//m.yohobuy.com/activity/group/progress?groupNo=
${groupNo}&activityId=${activityId}&union_type=${unionType}
`;
InteractionManager
.
runAfterInteractions
(()
=>
{
let
param
=
{
isText
:
'text'
,
...
...
@@ -248,7 +248,7 @@ class GroupPurchaseDetailContainer extends Component {
let
productName
=
resource
.
productName
;
let
title
=
'【还差'
+
lackNum
+
'人】'
+
productGroupPrice
+
'拼'
+
productName
;
let
shareUrl
=
`
http
:
//m.yohobuy.com/activity/group/progress?groupNo=
"${groupNo}"&activityId="${activityId}"&union_type="${unionType}"
`;
let
shareUrl
=
`
http
:
//m.yohobuy.com/activity/group/progress?groupNo=
${groupNo}&activityId=${activityId}&union_type=${unionType}
`;
InteractionManager
.
runAfterInteractions
(()
=>
{
let
param
=
{
title
,
...
...
@@ -284,7 +284,7 @@ class GroupPurchaseDetailContainer extends Component {
let
productName
=
resource
.
productName
;
let
title
=
'【还差'
+
lackNum
+
'人】'
+
productGroupPrice
+
'拼'
+
productName
;
let
shareUrl
=
`
http
:
//m.yohobuy.com/activity/group/progress?groupNo=
"${groupNo}"&activityId="${activityId}"&union_type="${unionType}"
`;
let
shareUrl
=
`
http
:
//m.yohobuy.com/activity/group/progress?groupNo=
${groupNo}&activityId=${activityId}&union_type=${unionType}
`;
InteractionManager
.
runAfterInteractions
(()
=>
{
let
param
=
{
...
...
Please
register
or
login
to post a comment