...
|
...
|
@@ -75,7 +75,7 @@ require('./detail/recommend-for-you-product-desc'); |
|
|
});
|
|
|
}, 200);
|
|
|
}
|
|
|
};
|
|
|
}
|
|
|
|
|
|
if (productId && (goodsId || productSkn)) {
|
|
|
$.ajax({
|
...
|
...
|
@@ -177,8 +177,7 @@ require('./detail/recommend-for-you-product-desc'); |
|
|
/*
|
|
|
* 获取商品 相关数据: 1. 促销 2. feedback 3. 店铺, 并初始化
|
|
|
*/
|
|
|
+
|
|
|
(function(skn, productId, brandId) { // eslint-disable-line
|
|
|
+(function(skn, productId, brandId) { // eslint-disable-line
|
|
|
// 模版: 促销, feedback, 店铺
|
|
|
var promotionT = require('product/detail/promotion.hbs');
|
|
|
var feedbackT = require('product/detail/feedbacks.hbs');
|
...
|
...
|
@@ -269,4 +268,4 @@ require('./detail/recommend-for-you-product-desc'); |
|
|
require('./detail/consultform'); // TODO
|
|
|
promotionInit();
|
|
|
});
|
|
|
}(productSkn, productId, brandId)); |
|
|
\ No newline at end of file |
|
|
}(productSkn, productId, brandId)); |
...
|
...
|
|