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
Email Patches
Plain Diff
Browse Files
Authored by
王洪广
9 years ago
Commit
bfcf82cc439916a3a66bbb96329bc44fd2ad2d40
1 parent
04be08eb
修改退换货、订单列表
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
public/vue/home/order-detail.vue
public/vue/home/order-detail.vue
View file @
bfcf82c
...
...
@@ -80,7 +80,7 @@
this.$set('order', result.data);
genderSel = genderSel([
{
key: this.order.isSupportRefund
= 'N'
,
key: this.order.isSupportRefund,
val: this.order.isSupportRefund === 'Y' ? '申请退货' : '<span class="overdue">申请退货(已过期限)</span>',
url: '/home/refund?orderId=' + this.order.orderCode,
disabled: this.order.isSupportRefund !== 'Y'
...
...
@@ -190,7 +190,8 @@
*/
applyRefund(code) {
genderSel.show(function(item) {
console.log(item)
console.log(item);
return;
location.href = item.url;
});
}
...
...
Please
register
or
login
to post a comment