Commit ff23ec6b by member

修改礼品参数url

parent 7c9dbd47
......@@ -1535,7 +1535,7 @@ export default {
this.selectLinkObj.name = this.giftName;
this.selectLinkObj.id = this.giftType;
this.selectLinkObj.params = {
integralMallProId: this.cardUrl
integralMallProId: this.giftUrl
};
this.transData();
return;
......
......@@ -1504,7 +1504,7 @@ export default {
this.selectLinkObj.name = this.giftName;
this.selectLinkObj.id = this.giftType;
this.selectLinkObj.params = {
integralMallProId: this.cardUrl
integralMallProId: this.giftUrl
};
this.transData();
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment