8 lines
139 B
Vue
8 lines
139 B
Vue
<script setup></script>
|
|
|
|
<template>
|
|
<view class="mall-confirm-order">确认订单</view>
|
|
</template>
|
|
|
|
<style lang="scss" scoped></style>
|