import { defineComponent } from 'vue' import { Image } from 'vant' import styles from './index.module.less' import orchestraTopBg from '@/school/save-share-image/images/orchestra-top_bg.png' import OQrcode from '@/components/o-qrcode' export default defineComponent({ name: 'qrcode-payment', props: { url: { type: String, default: '' }, pay_channel: { type: String, default: 'wx_pub' } }, setup(props) { return () => (