|
@@ -98,6 +98,7 @@ var productDetail = new Vue({
|
|
|
if(product.stock == 0 && product.validFlag !='3'){
|
|
|
_self.disabledText = '售罄'
|
|
|
}
|
|
|
+ _self.getRecommends();
|
|
|
}else{
|
|
|
CAIMEI.Alert(response.msg, '确定', false);
|
|
|
}
|
|
@@ -275,7 +276,6 @@ var productDetail = new Vue({
|
|
|
this.getProductDetails();
|
|
|
this.getProductPrice();
|
|
|
this.getParameters();
|
|
|
- this.getRecommends();
|
|
|
// $('.productInfo').slide({
|
|
|
// mainCell:".tabCon"
|
|
|
// ,titCell:".tabTit span"
|