Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-school-app
Commits
e2c66eb5
Commit
e2c66eb5
authored
Aug 23, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改组件位置
parent
82b112b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Message.scss
src/components/Message/Message.scss
+0
-0
Message.tsx
src/components/Message/Message.tsx
+3
-3
FeedbackItem.tsx
src/pages/Feedback/components/FeedbackItem/FeedbackItem.tsx
+1
-1
No files found.
src/
pages/Feedback/
components/Message/Message.scss
→
src/components/Message/Message.scss
View file @
e2c66eb5
File moved
src/
pages/Feedback/
components/Message/Message.tsx
→
src/components/Message/Message.tsx
View file @
e2c66eb5
import
{
View
,
Image
}
from
'@tarojs/components'
;
import
{
View
,
Image
}
from
'@tarojs/components'
;
import
BoyIcon
from
'../../
../../
images/home/bg_touxiang_boy@2x.png'
;
import
BoyIcon
from
'../../images/home/bg_touxiang_boy@2x.png'
;
import
GirlIcon
from
'../../
../../
images/home/bg_touxiang_girl@2x.png'
;
import
GirlIcon
from
'../../images/home/bg_touxiang_girl@2x.png'
;
import
ReplayIcon
from
'../../
../../
images/home/ic_fankui_kefu@2x.png'
;
import
ReplayIcon
from
'../../images/home/ic_fankui_kefu@2x.png'
;
import
'./Message.scss'
;
import
'./Message.scss'
;
import
{
CustomerSex
}
from
'@/types/Customer/Customer'
;
import
{
CustomerSex
}
from
'@/types/Customer/Customer'
;
...
...
src/pages/Feedback/components/FeedbackItem/FeedbackItem.tsx
View file @
e2c66eb5
import
{
View
}
from
'@tarojs/components'
;
import
{
View
}
from
'@tarojs/components'
;
import
Message
,
{
MessageType
}
from
'../Message/Message'
;
import
Message
,
{
MessageType
}
from
'../
../../../components/
Message/Message'
;
import
{
FeedbackItem
}
from
'@/api/feedback'
;
import
{
FeedbackItem
}
from
'@/api/feedback'
;
const
FeedbackItem
=
({
const
FeedbackItem
=
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment