import React from 'react' import Popup from '@/components/Popup' import Taro from '@tarojs/taro' import { Input, Button, View, Picker, Label } from '@tarojs/components' import { shareRoom } from '@/services/landlord' import { useState } from 'react' import './shareCard.less' export default (props) => { const { showCutover, onClose } = props return ( 分享到微信 去分享 ) }