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