Commit 0d0b2330 by wufan

getfee交易转换

parent 0a2f76a5
<template>
<ReviewWrapper>
<Getfee></Getfee>
</ReviewWrapper>
</template>
<script>
import Getfee from "~/views/Business/Getfee";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewGetfee",
components: { ReviewWrapper, Getfee },
created() {},
mounted() {},
};
</script>
<style></style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment