Authored by ccbikai(👎🏻🍜)

分期bug修改

... ... @@ -54,7 +54,7 @@ ListData.prototype.getListData = function(page) {
loading.showLoadingMask();
$.ajax({
type: 'GET',
url: 'http:' + '//m.yohobuy.com' + self.opt.url,
url: location.protocol + '//m.yohobuy.com' + self.opt.url,
data: {
page: this.opt.page
},
... ...