Commit e2c66eb5 by 姜雷

修改组件位置

parent 82b112b0
import { View, Image } from '@tarojs/components';
import BoyIcon from '../../../../images/home/bg_touxiang_boy@2x.png';
import GirlIcon from '../../../../images/home/bg_touxiang_girl@2x.png';
import ReplayIcon from '../../../../images/home/ic_fankui_kefu@2x.png';
import BoyIcon from '../../images/home/bg_touxiang_boy@2x.png';
import GirlIcon from '../../images/home/bg_touxiang_girl@2x.png';
import ReplayIcon from '../../images/home/ic_fankui_kefu@2x.png';
import './Message.scss';
import { CustomerSex } from '@/types/Customer/Customer';
......
import { View } from '@tarojs/components';
import Message, { MessageType } from '../Message/Message';
import Message, { MessageType } from '../../../../components/Message/Message';
import { FeedbackItem } from '@/api/feedback';
const FeedbackItem = ({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment