import OHeader from '@/components/o-header' import { defineComponent, reactive } from 'vue' import styles from './order-detail.module.less' import Addres from './component/addres' import OSticky from '@/components/o-sticky' import { Button, Cell, CellGroup, Image, Popup, Tag } from 'vant' import Payment from '@/views/adapay/payment' import { useRoute, useRouter } from 'vue-router' import OQrcode from '@/components/o-qrcode' export default defineComponent({ name: 'order-detail', setup() { const route = useRoute() const router = useRouter() const state = reactive({ paymentStatus: false, showQrcode: false }) const onSubmit = () => { state.paymentStatus = true } return () => ( <>
{{ icon: () => ( ), title: () => (

长笛标准配置

品牌型号

x 1

), value: () => 1212 }}
{{ icon: () => ( ), title: () => (

长笛标准配置长笛标准配置

品牌型号

x 1

), value: () => 1212 }}

共需支付:¥3,860.00

(state.paymentStatus = false)} onBackOut={() => { console.log('back') // router.back() }} />

乐团报名

武汉小学2022上学期团武汉小学
扫描上方二维码完成资料填写
二维码将在两小时后失效,请及时登记
) } })