new-cashier/jeepay-ui-uapp-merchant/pageSalesSummary/index.vue

23 lines
165 B
Vue

<template>
<view>
123
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>