kulley 6 년 전
부모
커밋
18a5332bb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/cart/pay/index.js

+ 1 - 1
src/pages/cart/pay/index.js

@@ -51,7 +51,7 @@ class Pay extends Component {
                         let updatedAt = moment().format('YYYY-MM-DD HH:mm:ss')
                         const updateContent = {
                             id,
-                            orderStatus: 1,
+                            orderStatus: '1',
                             updatedAt
                         }
                         update_order({variables:updateContent})