|
@@ -735,6 +735,7 @@ export default {
|
|
|
userId: 0,
|
|
|
shopId: 0,
|
|
|
shopID: 0,
|
|
|
+ typeId: 0,
|
|
|
vipFlag: 0,
|
|
|
firstClubType: 0,
|
|
|
productId: 0,
|
|
@@ -865,6 +866,7 @@ export default {
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
this.productId = this.couponParam.productId = option.id //获取商品ID
|
|
|
+ this.typeId = option.typeId
|
|
|
this.opentype = option.open
|
|
|
this.isShareType = option.type
|
|
|
this.linkPath = option.path
|
|
@@ -914,7 +916,8 @@ export default {
|
|
|
this.ProductService.QueryProductDetils({
|
|
|
userId: this.userId,
|
|
|
productId: this.productId,
|
|
|
- identity: this.identity
|
|
|
+ identity: this.identity,
|
|
|
+ typeId:this.typeId
|
|
|
})
|
|
|
.then(response => {
|
|
|
this.productImage = []
|