Showing
2 changed files
with
2 additions
and
1 deletions
@@ -79,6 +79,7 @@ define('yohood', function(require, exports) { | @@ -79,6 +79,7 @@ define('yohood', function(require, exports) { | ||
79 | auto: false, | 79 | auto: false, |
80 | callback: function(index, element) { | 80 | callback: function(index, element) { |
81 | console.log(index); | 81 | console.log(index); |
82 | + swiperLen = $('.limited-slide-box').find('.box').size(); | ||
82 | console.log("swiperLen:" + swiperLen); | 83 | console.log("swiperLen:" + swiperLen); |
83 | limitedPrev.removeClass('disable'); | 84 | limitedPrev.removeClass('disable'); |
84 | limitedNext.removeClass('disable'); | 85 | limitedNext.removeClass('disable'); |
@@ -109,7 +109,7 @@ class Config_Defines | @@ -109,7 +109,7 @@ class Config_Defines | ||
109 | // 主域名 | 109 | // 主域名 |
110 | define('SITE_DOMAIN', '.test.yoho.cn'); | 110 | define('SITE_DOMAIN', '.test.yoho.cn'); |
111 | // 静态资源目录 | 111 | // 静态资源目录 |
112 | - define('SITE_RES', 'http://res.yohood.test.yoho.cn'); | 112 | + define('SITE_RES', 'http://res.test.yohood.yoho.cn'); |
113 | // 主站 | 113 | // 主站 |
114 | define('SITE_MAIN', 'http://yohood.test.yoho.cn'); | 114 | define('SITE_MAIN', 'http://yohood.test.yoho.cn'); |
115 | define('QINIU_UPLOAD_STATE', true); | 115 | define('QINIU_UPLOAD_STATE', true); |
-
Please register or login to post a comment