Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
沈志敏
2017-02-10 11:03:38 +0800
Commit
b47123fd670c5a37bfe66504aeb30443e38bc415
2 parents
3833ae6b
9f44a16d
Merge branch 'release/2.0' of git.yoho.cn:fe/yohoblk-wap into release/2.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/vue/product/detail/index.vue
public/vue/product/detail/index.vue
View file @
b47123f
...
...
@@ -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) {
...
...
Please
register
or
login
to post a comment