|
@@ -130,6 +130,20 @@ const matchHeader = (path, qs, titleMap) => { |
|
@@ -130,6 +130,20 @@ const matchHeader = (path, qs, titleMap) => { |
130
|
return header;
|
130
|
return header;
|
131
|
}
|
131
|
}
|
132
|
|
132
|
|
|
|
133
|
+ if (/\/me\/return\/refund$/.test(path)) {
|
|
|
134
|
+ header = titleMap[3];
|
|
|
135
|
+ header.title.des = '退货申请';
|
|
|
136
|
+ header.right.action = 'submitForm';
|
|
|
137
|
+ return header;
|
|
|
138
|
+ }
|
|
|
139
|
+
|
|
|
140
|
+ if (/\/me\/return\/exchange$/.test(path)) {
|
|
|
141
|
+ header = titleMap[3];
|
|
|
142
|
+ header.title.des = '换货申请';
|
|
|
143
|
+ header.right.action = 'submitForm';
|
|
|
144
|
+ return header;
|
|
|
145
|
+ }
|
|
|
146
|
+
|
133
|
if (/\/me\/return\/refund\/detail/.test(path)) {
|
147
|
if (/\/me\/return\/refund\/detail/.test(path)) {
|
134
|
header = titleMap[1];
|
148
|
header = titleMap[1];
|
135
|
header.title.des = '退货状态';
|
149
|
header.title.des = '退货状态';
|