Authored by 沈志敏

Merge branch 'release/2.0' of git.yoho.cn:fe/yohoblk-wap into release/2.0

... ... @@ -620,7 +620,7 @@
// 是否支持7天无理由退换货
$.get(`/product/refundExchange/${data.product_skn}`).then(sd => {
this.intro['supportRefundExchange'] = sd[data.product_skn] === "Y";
this.intro['supportRefundExchange'] = sd.data[data.product_skn] === "Y";
});
if(self.showPrefer) {
... ...