Authored by weiqingting

Merge branch 'release/4.9.1.0' of http://git.yoho.cn/fe/yohobuywap-node into release/4.9.1.0

7.42 KB | W: | H:

7.36 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

48 KB | W: | H:

47.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.55 KB | W: | H:

2.52 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) { @@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) {
63 self.opt.stopLoading = false; 63 self.opt.stopLoading = false;
64 64
65 if (data === '') { 65 if (data === '') {
66 - if (self.opt.noResult) { 66 + if (self.opt.noResult && self.opt.page === 1) {
67 $('.no-result').show(); 67 $('.no-result').show();
68 } 68 }
69 self.opt.stopLoading = true; 69 self.opt.stopLoading = true;
@@ -191,6 +191,7 @@ @@ -191,6 +191,7 @@
191 191
192 .goods { 192 .goods {
193 background-color: #fff; 193 background-color: #fff;
  194 + padding: 0 14px;
194 } 195 }
195 } 196 }
196 } 197 }