xiongzhu 3 anos atrás
pai
commit
1ef1f3601b
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/components/ListItem.vue

+ 2 - 1
src/components/ListItem.vue

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