🌈 style(邀请码): 去掉不必要的图片
This commit is contained in:
parent
5dd76cdced
commit
af1aad934d
@ -1,10 +1,7 @@
|
|||||||
import { Canvas, Image, Text, View } from '@tarojs/components'
|
import { Canvas, Image, Text, View } from '@tarojs/components'
|
||||||
import Taro, { useReady } from '@tarojs/taro'
|
import Taro, { useReady } from '@tarojs/taro'
|
||||||
import React, { useCallback, useRef, useState } from 'react'
|
import React, { useCallback, useRef, useState } from 'react'
|
||||||
import { imageAudit } from '@tarojs/taro-h5'
|
|
||||||
import style from './index.module.scss'
|
import style from './index.module.scss'
|
||||||
import inviteCodePng from './inviteCodePopupX2.png'
|
|
||||||
import QRcode from './inviteCodePopup.png'
|
|
||||||
import Dialog from '@/components/Dialog'
|
import Dialog from '@/components/Dialog'
|
||||||
import LayoutBlock from '@/components/layoutBlock'
|
import LayoutBlock from '@/components/layoutBlock'
|
||||||
import Divider from '@/components/divider'
|
import Divider from '@/components/divider'
|
||||||
@ -64,8 +61,6 @@ const inviteColumns = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 邀请码
|
// 邀请码
|
||||||
const InviteCode = () => {
|
const InviteCode = () => {
|
||||||
screenK = SystemInfo.screenWidth / 750
|
screenK = SystemInfo.screenWidth / 750
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 150 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 284 KiB |
Loading…
x
Reference in New Issue
Block a user