🌈 style(邀请码): 去掉不必要的图片

This commit is contained in:
xuan 2022-12-10 14:14:19 +08:00
parent 5dd76cdced
commit af1aad934d
3 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,7 @@
import { Canvas, Image, Text, View } from '@tarojs/components'
import Taro, { useReady } from '@tarojs/taro'
import React, { useCallback, useRef, useState } from 'react'
import { imageAudit } from '@tarojs/taro-h5'
import style from './index.module.scss'
import inviteCodePng from './inviteCodePopupX2.png'
import QRcode from './inviteCodePopup.png'
import Dialog from '@/components/Dialog'
import LayoutBlock from '@/components/layoutBlock'
import Divider from '@/components/divider'
@ -64,8 +61,6 @@ const inviteColumns = [
},
]
// 邀请码
const InviteCode = () => {
screenK = SystemInfo.screenWidth / 750

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB