File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ export default {
238
238
if (data .status === PayOrderStatusEnum .SUCCESS .status ) {
239
239
this .clearQueryInterval ();
240
240
this .$message .success (' 支付成功!' );
241
- this .goReturnUrl ();
241
+ this .goReturnUrl (' success ' );
242
242
return
243
243
}
244
244
@@ -321,13 +321,13 @@ export default {
321
321
if (response .data .status === PayOrderStatusEnum .SUCCESS .status ) {
322
322
this .clearQueryInterval ();
323
323
this .$message .success (' 支付成功!' );
324
- this .goReturnUrl ();
324
+ this .goReturnUrl (' success ' );
325
325
}
326
326
// 已取消
327
327
if (response .data .status === PayOrderStatusEnum .CLOSED .status ) {
328
328
this .clearQueryInterval ();
329
329
this .$message .error (' 支付已关闭!' );
330
- this .goReturnUrl ();
330
+ this .goReturnUrl (' close ' );
331
331
}
332
332
})
333
333
}, 1000 * 2 )
Original file line number Diff line number Diff line change @@ -302,25 +302,7 @@ export default {
302
302
font-weight : bold ;
303
303
}
304
304
305
- .tag-purple {
306
- color : #722ed1 ;
307
- background : #f9f0ff ;
308
- border-color : #d3adf7 ;
309
- }
310
-
311
- .tag-cyan {
312
- color : #13c2c2 ;
313
- background : #e6fffb ;
314
- border-color : #87e8de ;
315
- }
316
-
317
- .tag-pink {
318
- color : #eb2f96 ;
319
- background : #fff0f6 ;
320
- border-color : #ffadd2 ;
321
- }
322
-
323
- .order-font {
305
+ .order-font {
324
306
font-size : 12px ;
325
307
padding : 2px 0 ;
326
308
}
You can’t perform that action at this time.
0 commit comments