xiongzhu hace 3 años
padre
commit
1ef1f3601b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/components/ListItem.vue

+ 2 - 1
src/components/ListItem.vue

@@ -71,7 +71,8 @@ const buy = async () => {
             qty: 1,
             qty: 1,
             couponId: '',
             couponId: '',
             invitor: '',
             invitor: '',
-            vip: false
+            vip: false,
+            safeFlag: true
         }
         }
         params.sign = encrypt(qs.stringify({ ...params, ts: new Date().getTime() }))
         params.sign = encrypt(qs.stringify({ ...params, ts: new Date().getTime() }))
         const { id: orderId } = await http.post('/order/mqCreate', params)
         const { id: orderId } = await http.post('/order/mqCreate', params)