Authored by 沈志敏

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

@@ -119,7 +119,7 @@ if (isProduction) { @@ -119,7 +119,7 @@ if (isProduction) {
119 119
120 api: 'http://api-test1.yohops.com:9999/', 120 api: 'http://api-test1.yohops.com:9999/',
121 service: 'http://service-test1.yohops.com:9999/', 121 service: 'http://service-test1.yohops.com:9999/',
122 - singleApi: 'http://192.168.102.27:8092/' 122 + singleApi: 'http://api-test1.yohops.com:9999/'
123 }, 123 },
124 memcache: { 124 memcache: {
125 master: ['127.0.0.1:12111'], 125 master: ['127.0.0.1:12111'],
@@ -82,12 +82,12 @@ @@ -82,12 +82,12 @@
82 "stylelint-processor-html": "^1.0.0", 82 "stylelint-processor-html": "^1.0.0",
83 "vue": "1.0.26", 83 "vue": "1.0.26",
84 "vue-infinite-scroll": "0.2.3", 84 "vue-infinite-scroll": "0.2.3",
85 - "vue-lazyload": "^0.5.0",  
86 - "vue-loader": "^8.5.3", 85 + "vue-lazyload": "^0.7.0",
  86 + "vue-loader": "^8.5.2",
87 "vue-swipe": "0.2.6", 87 "vue-swipe": "0.2.6",
88 "vue-touch": "1.1.0", 88 "vue-touch": "1.1.0",
89 "webpack": "^1.13.2", 89 "webpack": "^1.13.2",
90 - "webpack-dashboard": "^0.1.1", 90 + "webpack-dashboard": "^0.1.6",
91 "webpack-dev-server": "^1.14.1", 91 "webpack-dev-server": "^1.14.1",
92 "webpack-stream": "^3.1.0", 92 "webpack-stream": "^3.1.0",
93 "yoho-cookie": "1.2.0", 93 "yoho-cookie": "1.2.0",
@@ -170,7 +170,7 @@ gulp.task('img', () => { @@ -170,7 +170,7 @@ gulp.task('img', () => {
170 170
171 // copy font 171 // copy font
172 gulp.task('font', () => { 172 gulp.task('font', () => {
173 - return gulp.src('font/*') 173 + return gulp.src('font/**/*')
174 .pipe(gulp.dest(dist.font)); 174 .pipe(gulp.dest(dist.font));
175 }); 175 });
176 176
@@ -103,8 +103,8 @@ @@ -103,8 +103,8 @@
103 .card-label { 103 .card-label {
104 margin: 0 0 10px; 104 margin: 0 0 10px;
105 font-size: 24px; 105 font-size: 24px;
106 - line-height: 28px;  
107 - height: 65px; 106 + line-height: 1.4;
  107 + height: 67.1999999999px;
108 font-weight: normal; 108 font-weight: normal;
109 } 109 }
110 } 110 }
@@ -429,6 +429,8 @@ @@ -429,6 +429,8 @@
429 this.cartCount = result.data.goods_count; 429 this.cartCount = result.data.goods_count;
430 430
431 selector.playAnimation(); 431 selector.playAnimation();
  432 + } else {
  433 + result.message = '添加购物车失败 >_<';
432 } 434 }
433 435
434 this.showFeatureSelector = false; 436 this.showFeatureSelector = false;