import React,{ Component } from "react"; import { Modal , Button} from 'antd'; import QRCode from 'qrcode.react'; class Qrcodesignin extends Component { constructor(props) { super(props) } render() { const leftbuton={ "width":"130px", "height":"40px", "border":"1px solid rgba(76,172,255,1)", "borderRadius":"4px", } const rightbuton={ "width":"130px", "height":"40px", "background":"#4CACFF", "borderRadius":"4px", } return( {this.props.Qrcodesignintype?
请打开小程序在课堂的签到模块扫码签到
:""}
) } } export default Qrcodesignin