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
孙凯
7 years ago
Commit
97266e10f487ad570ba2b3ce390e2e966e462654
1 parent
3ff153a3
update 小程序路径 review by chenling
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
js/groupPurchase/containers/GroupPurchaseContainer.js
js/groupPurchase/containers/GroupPurchaseContainer.js
View file @
97266e1
...
...
@@ -94,7 +94,7 @@ class GroupPurchaseContainer extends Component {
imageUrl
:
url
,
fromPage
,
}
ReactNative
.
NativeModules
.
YH_CommonHelper
.
shareImageToWXMini
(
param
);
this
.
props
.
actions
.
showSnapshootShare
(
false
);
}
...
...
@@ -112,7 +112,7 @@ class GroupPurchaseContainer extends Component {
if
(
!
resource
)
{
return
;
}
let
miniProgramPath
=
'/pages/groupPurchase/groupPurchase?activity
_i
d='
+
activityId
;
let
miniProgramPath
=
'/pages/groupPurchase/groupPurchase?activity
I
d='
+
activityId
;
let
fromPage
=
'GroupPurchase'
;
let
bigImage
=
shareCodeInfo
.
get
(
'bigImage'
);
let
productIcon
=
bigImage
?
getSlicedUrl
(
bigImage
,
150
*
DEVICE_WIDTH_RATIO
,
120
*
DEVICE_WIDTH_RATIO
,
2
)
:
''
;
...
...
Please
register
or
login
to post a comment