|
@@ -689,8 +689,7 @@ var productDetail = new Vue({
|
|
|
},
|
|
|
},
|
|
|
created: function () {
|
|
|
- this.productId = this.couponParam.productId = this.listQuery.productId = this.handleProsId = $("#productId").val();
|
|
|
- this.productId = this.couponParam.productId = this.addParams.productId = this.listQuery.productId = $("#productId").val();
|
|
|
+ this.productId = this.couponParam.productId = this.addParams.productId = this.listQuery.productId = this.handleProsId = $("#productId").val();
|
|
|
this.cmSysParams.pageType = 6;
|
|
|
this.cmSysParams.productId = this.productId;
|
|
|
this.typeId = $("#typeId").val();
|