新增支付结果页
This commit is contained in:
parent
10aa3eb948
commit
e95c58ae59
14
src/views/payResult.vue
Normal file
14
src/views/payResult.vue
Normal file
@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { showError, showWarning, showInfo, showSuccess } from "@/utils/toast.js";
|
||||
import { onMounted } from "vue";
|
||||
|
||||
onMounted(() => {
|
||||
showSuccess("");
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Loading…
x
Reference in New Issue
Block a user