Authored by 王水玲

Merge branch 'feature/installment' of git.yoho.cn:fe/yohobuywap-node into feature/installment

... ... @@ -39,9 +39,12 @@ module.exports = {
// master: ['192.168.102.222:12111'],
// slave: ['192.168.102.222:12111'],
// session: ['192.168.102.222:12111'],
master: ['192.168.102.205:12111'],
slave: ['192.168.102.205:12111'],
session: ['192.168.102.205:12111'],
// master: ['192.168.102.205:12111'],
// slave: ['192.168.102.205:12111'],
// session: ['192.168.102.205:12111'],
master: ['127.0.0.1:11211'],
slave: ['127.0.0.1:11211'],
session: ['127.0.0.1:11211'],
timeout: 1000,
retries: 0
},
... ... @@ -97,8 +100,10 @@ if (isProduction) {
Object.assign(module.exports, {
appName: 'm.yohobuy.com for test',
domains: {
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/'
// api: 'http://testapi.yoho.cn:28078/',
// service: 'http://testservice.yoho.cn:28077/'
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/'
},
memcache: {
master: ['127.0.0.1:12111'],
... ...
{
"name": "m-yohobuy-node",
"version": "4.8.6",
"version": "4.9.1",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...

4.24 KB | W: | H:

7.14 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -123,7 +123,7 @@
width: 32px;
height: 32px;
font-size: 27px;
background: url("/img/home/circle-check-off.png");
background: url("/home/circle-check-off.png");
background-size: cover;
margin-left: -40px;
}
... ... @@ -131,7 +131,7 @@
&:checked {
& + label:before {
background: url("/img/home/circle-check-on.png");
background: url("/home/circle-check-on.png");
background-size: cover;
}
}
... ...