【修复】修复营销活动海报内商品价格显示原价的问题。增加accessToken海报报错微信返回的内容。

This commit is contained in:
jianweie code
2024-07-30 11:25:07 +08:00
parent ac4bcb2b7a
commit d1b814d363
2 changed files with 10 additions and 4 deletions

View File

@@ -223,8 +223,8 @@
_this.showModel.image = res.data.image;
_this.showModel.brief = res.data.brief;
_this.showModel.name = res.data.name;
_this.showModel.price = res.data.price;
_this.showModel.mktprice = res.data.mktprice;
_this.showModel.price = res.data.product.price;
_this.showModel.mktprice = res.data.product.mktprice;
_this.showGroupPurchaseSeckillArguments = true;
_this.showModel.groupPurchaseSeckill.endTime = res.data.groupEndTime;
@@ -262,8 +262,8 @@
_this.showModel.image = res.data.image;
_this.showModel.brief = res.data.brief;
_this.showModel.name = res.data.name;
_this.showModel.price = res.data.price;
_this.showModel.mktprice = res.data.mktprice;
_this.showModel.price = res.data.product.price;
_this.showModel.mktprice = res.data.product.mktprice;
_this.showGroupPurchaseSeckillArguments = true;
_this.showModel.groupPurchaseSeckill.endTime = res.data.groupEndTime;