mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-04 22:59:49 +08:00
【修复】修复营销活动海报内商品价格显示原价的问题。增加accessToken海报报错微信返回的内容。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user