Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xin
max_android_panel
Commits
f4d62af5
Commit
f4d62af5
authored
Sep 11, 2018
by
Zhang Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将公共组件移动到对应文ä文件夹下
parent
c753e1d7
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
24 deletions
+7
-24
client/components/CommonComponent/Qrcode/Qrcode.jsx
+1
-1
client/components/CommonComponent/Qrcode/index.css
+0
-0
client/components/CommonComponent/TextAreaContainer/TextAreaContainer.jsx
+1
-1
client/components/CommonComponent/TextAreaContainer/index.css
+0
-0
client/containers/App/App.jsx
+0
-17
client/containers/OtherQuestionContainer/OtherQuestionContainer.jsx
+2
-2
client/containers/ScanBarCodeContainer/ScanBarCodeContaienr.jsx
+1
-1
client/containers/TroubleContainer/TroubleContainer.jsx
+2
-2
No files found.
client/co
ntainers
/Qrcode/Qrcode.jsx
→
client/co
mponents/CommonComponent
/Qrcode/Qrcode.jsx
View file @
f4d62af5
import
React
from
'react'
;
import
ReactQrCode
from
'qrcode.react'
import
HeaderComponent
from
'../
../components/CommonComponent/
HeaderComponent/HeaderComponent'
import
HeaderComponent
from
'../HeaderComponent/HeaderComponent'
require
(
'./index.css'
);
export
default
class
Qrcode
extends
React
.
Component
{
...
...
client/co
ntainers
/Qrcode/index.css
→
client/co
mponents/CommonComponent
/Qrcode/index.css
View file @
f4d62af5
File moved
client/co
ntainers
/TextAreaContainer/TextAreaContainer.jsx
→
client/co
mponents/CommonComponent
/TextAreaContainer/TextAreaContainer.jsx
View file @
f4d62af5
import
React
from
'react'
;
import
HeaderComponent
from
'../
../components/CommonComponent/
HeaderComponent/HeaderComponent'
import
HeaderComponent
from
'../HeaderComponent/HeaderComponent'
require
(
'./index.css'
);
export
default
class
TextAreaContainer
extends
React
.
Component
{
...
...
client/co
ntainers
/TextAreaContainer/index.css
→
client/co
mponents/CommonComponent
/TextAreaContainer/index.css
View file @
f4d62af5
File moved
client/containers/App/App.jsx
deleted
100644 → 0
View file @
c753e1d7
"use strict"
;
import
React
from
'react'
;
export
default
class
App
extends
React
.
Component
{
constructor
(
props
)
{
super
(
props
)
}
render
()
{
return
(
<
div
>
{
this
.
props
.
children
}
</
div
>
)
}
}
\ No newline at end of file
client/containers/OtherQuestionContainer/OtherQuestionContainer.jsx
View file @
f4d62af5
...
...
@@ -5,9 +5,9 @@ import EditProblemItem from '../../components/OtherQuestionComponent/EditProblem
import
HeaderComponent
from
'../../components/CommonComponent/HeaderComponent/HeaderComponent'
import
PopupComponent
from
'../../components/CommonComponent/PopupComponent/PopupComponent'
import
ButtonComponent
from
'../../components/CommonComponent/ButtonComponent/ButtonComponent'
import
TextArea
from
"../TextAreaContainer/TextAreaContainer"
;
import
TextArea
from
"../
../components/CommonComponent/
TextAreaContainer/TextAreaContainer"
;
let
overPassIcon
=
UTILPATH
.
localImg
.
overPassIcon
;
import
Qrcode
from
'../Qrcode/Qrcode'
import
Qrcode
from
'../
../components/CommonComponent/
Qrcode/Qrcode'
require
(
'./index.css'
);
export
default
class
OtherQuestionContainer
extends
React
.
Component
{
constructor
(
props
){
...
...
client/containers/ScanBarCodeContainer/ScanBarCodeContaienr.jsx
View file @
f4d62af5
...
...
@@ -4,7 +4,7 @@ import HeaderComponent from '../../components/CommonComponent/HeaderComponent/He
import
ProductDetailItem
from
'../../components/ScanBarCodeComponent/ProductDetailComponent/ProductDetailItem'
import
PopupComponent
from
'../../components/CommonComponent/PopupComponent/PopupComponent'
import
ButtonComponent
from
'../../components/CommonComponent/ButtonComponent/ButtonComponent'
import
Qrcode
from
'../Qrcode/Qrcode'
import
Qrcode
from
'../
../components/CommonComponent/
Qrcode/Qrcode'
require
(
'./index.css'
);
export
default
class
ScanBarCodeContainer
extends
React
.
Component
{
...
...
client/containers/TroubleContainer/TroubleContainer.jsx
View file @
f4d62af5
...
...
@@ -2,8 +2,8 @@ import React from 'react';
import
SwiperComponent
from
'../../components/CommonComponent/SwiperComponent/SwiperComponent'
import
TroubleItem
from
'../../components/TroubleComponent/TroubleItemComponent/TroubleItemComponent'
import
HeaderComponent
from
'../../components/CommonComponent/HeaderComponent/HeaderComponent'
import
TextArea
from
"../TextAreaContainer/TextAreaContainer"
;
import
Qrcode
from
'../Qrcode/Qrcode'
import
TextArea
from
"../
../components/CommonComponent/
TextAreaContainer/TextAreaContainer"
;
import
Qrcode
from
'../
../components/CommonComponent/
Qrcode/Qrcode'
import
FinishTrouble
from
'../../components/TroubleComponent/FinishTroubleComponent/FinishTroubleComponent'
import
Button
from
'../../components/CommonComponent/ButtonComponent/ButtonComponent'
require
(
'./index.css'
)
...
...
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