Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-10-10 14:08:59 +0800
Commit
253c72afe8c9750f9ab0e75a012ff3048e02292d
2 parents
5bfcc200
c8bef3bd
Merge branch 'release/10.10' into 'master'
Release/10.10 See merge request
!383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
package.json
public/js/product/detail.page.js
package.json
View file @
253c72a
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.6.1
7
"
,
"version"
:
"6.6.1
8
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
@@ -57,7 +57,7 @@
"urlencode"
:
"^1.1.0"
,
"uuid"
:
"^2.0.2"
,
"yoho-express-session"
:
"^2.0.0"
,
"yoho-node-lib"
:
"=0.6.3
2
"
,
"yoho-node-lib"
:
"=0.6.3
3
"
,
"yoho-zookeeper"
:
"^1.0.10"
,
"yo-cli"
:
"=1.0.7"
},
...
...
public/js/product/detail.page.js
View file @
253c72a
...
...
@@ -79,6 +79,7 @@ var notifyOkTpl = require('hbs/product/notify-ok.hbs');
var
$goodsIdArr
=
[];
require
(
'yoho-jquery-qrcode'
);
require
(
'yoho-jquery-dotdotdot'
);
function
limitedProductUrl
(
s
)
{
return
window
.
location
.
href
+
'?openby:yohobuy={"action":"go.limitpurchase","params":{"lp":"'
+
s
+
'"}}'
;
...
...
Please
register
or
login
to post a comment