Authored by 陈峰

Merge branch 'release/10.10' into 'master'

Release/10.10



See merge request !383
{
"name": "yohobuy-node",
"version": "6.6.17",
"version": "6.6.18",
"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.32",
"yoho-node-lib": "=0.6.33",
"yoho-zookeeper": "^1.0.10",
"yo-cli": "=1.0.7"
},
... ...
... ... @@ -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 + '"}}';
... ...