feat: 订单详情也接口字段对接
This commit is contained in:
@@ -24,7 +24,6 @@ import OrderInfo from "./components/OrderInfo/index.vue";
|
||||
|
||||
const orderData = ref({});
|
||||
onLoad(async ({ orderId }) => {
|
||||
console.log("onShow", orderId);
|
||||
const res = await userOrderDetail({ orderId });
|
||||
|
||||
orderData.value = res.data;
|
||||
@@ -34,4 +33,4 @@ onLoad(async ({ orderId }) => {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "./styles/detail.scss";
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user