Authored by whb

fixed bug

... ... @@ -79,6 +79,7 @@ define('yohood', function(require, exports) {
auto: false,
callback: function(index, element) {
console.log(index);
swiperLen = $('.limited-slide-box').find('.box').size();
console.log("swiperLen:" + swiperLen);
limitedPrev.removeClass('disable');
limitedNext.removeClass('disable');
... ...
... ... @@ -109,7 +109,7 @@ class Config_Defines
// 主域名
define('SITE_DOMAIN', '.test.yoho.cn');
// 静态资源目录
define('SITE_RES', 'http://res.yohood.test.yoho.cn');
define('SITE_RES', 'http://res.test.yohood.yoho.cn');
// 主站
define('SITE_MAIN', 'http://yohood.test.yoho.cn');
define('QINIU_UPLOAD_STATE', true);
... ...