src/views/productDetail/components/PayCard.vue @@ -533,6 +533,7 @@ payMethod: 0, products, status: 0, userId: JSON.parse(sessionStorage.getItem("userInfo")).id, }).then((res) => { if (res.success) { this.orderId = res.data.orderId;