index.tsx 224 B

1234567
  1. import { Image } from '@tarojs/components'
  2. import Icon from '@/images/component-icons/wechat.svg'
  3. export default () => {
  4. return (
  5. <Image src={Icon} mode="widthFix" style={{width: '12px', height: '10px'}}></Image>
  6. )
  7. }