feat: 核销的组件的样式搭建
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
:val="orderData.orderId"
|
||||
/>
|
||||
|
||||
<VoucherList/>
|
||||
|
||||
<AmtSection :orderData="orderData" @click="refundVisible = true" />
|
||||
|
||||
<GoodsInfo :orderData="orderData" />
|
||||
@@ -43,6 +45,7 @@ import { onLoad } from "@dcloudio/uni-app";
|
||||
import { userOrderDetail, orderRefund } from "@/request/api/OrderApi";
|
||||
import TopNavBar from "@/components/TopNavBar/index.vue";
|
||||
import OrderQrcode from "./components/OrderQrcode/index.vue";
|
||||
import VoucherList from "./components/VoucherList/index.vue";
|
||||
import OrderStatusInfo from "./components/OrderStatusInfo/index.vue";
|
||||
import GoodsInfo from "./components/GoodsInfo/index.vue";
|
||||
import UserInfo from "./components/UserInfo/index.vue";
|
||||
|
||||
Reference in New Issue
Block a user