Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
shuaiguo
2020-03-10 17:32:08 +0800
Commit
dc19056ac9f1e5f7a06a06874b8b5b2077319f61
2 parents
725e3263
e846c114
Merge remote-tracking branch 'refs/remotes/origin/release/6.9.22' into hotfix/sub-domain
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
apps/activity/models/individuation.js
package.json
apps/activity/models/individuation.js
View file @
dc19056
...
...
@@ -29,6 +29,15 @@ let _getProduct = function(o, type) {
type
:
type
||
'yoho'
};
if
(
!
_
.
isEmpty
(
o
.
cover_info
))
{
let
{
share_content
}
=
o
.
cover_info
;
Object
.
assign
(
res
,
{
sales_price
:
share_content
,
salesPriceClass
:
'share-price'
});
}
plan
=
_
.
sortBy
(
plan
,
item
=>
{
return
+
item
.
show_begin_time
;
});
...
...
package.json
View file @
dc19056
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.12.
1
"
,
"version"
:
"6.12.
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment