Authored by htoooth

add order code

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