|
@@ -6,6 +6,7 @@ var productDetail = new Vue({
|
|
|
userId: 0,
|
|
|
number: 0,
|
|
|
productStock: 0,
|
|
|
+ pcActType: 0,
|
|
|
images: [],
|
|
|
priceObj: {
|
|
|
actStatus: 0,
|
|
@@ -111,8 +112,9 @@ var productDetail = new Vue({
|
|
|
ProductApi.GetProductDdtails({userId:GLOBAL_USER_ID,productId:_self.productId},function (response) {
|
|
|
if(response.code == 0){
|
|
|
var product = response.data;
|
|
|
- _self.beautyActFlag = product.beautyActFlag
|
|
|
+ _self.beautyActFlag = product.beautyActFlag;
|
|
|
_self.productTypeName = product.typeName;
|
|
|
+ _self.pcActType = product.pcActType;
|
|
|
_self.recommendType = product.recommendType ? product.recommendType : 0;
|
|
|
if(product.productDetail.orderInfo!='' && product.productDetail.serviceInfo!=''){
|
|
|
_self.isServiceInfo = true;
|