|
@@ -2,13 +2,14 @@
|
|
|
<template>
|
|
|
<!-- <Navbar v-if="props.showNavbar" class="mb-3" /> -->
|
|
|
<v-card class="default-width">
|
|
|
- <div class="my-15" style="margin: 0 auto;">支付成功</div>
|
|
|
+ <showText></showText>
|
|
|
</v-card>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
defineOptions({name: 'payOver-index'})
|
|
|
// import Navbar from '../components/navbar.vue'
|
|
|
+import showText from './components/show.vue'
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
</style>
|