...
|
...
|
@@ -42,7 +42,7 @@ const ORDER_OP_ALL = [ |
|
|
type: 'buyNow',
|
|
|
name: '立即付款',
|
|
|
payNow: true,
|
|
|
hrefFun: it => helpers.urlFormat('/shopping/pay', {orderCode: it})
|
|
|
hrefFun: it => helpers.urlFormat('/shopping/pay', {ordercode: it})
|
|
|
},
|
|
|
{
|
|
|
type: 'getExpress',
|
...
|
...
|
|