Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gaohuaxue-mobile-app
Project
Project
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
前端-苏志权
gaohuaxue-mobile-app
Commits
9845205f
Commit
9845205f
authored
May 17, 2023
by
赵振东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复49812 截止时间、没有更多未翻译
parent
7a72e0ce
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
index.tsx
src/components/Loading/index.tsx
+1
-1
formInfo.ts
src/locales/en_US/formInfo.ts
+1
-0
formInfo.ts
src/locales/zh_CN/formInfo.ts
+2
-0
index.tsx
...s/CheckInquiryOrder/components/InquiryOrderItem/index.tsx
+1
-1
No files found.
src/components/Loading/index.tsx
View file @
9845205f
...
...
@@ -123,7 +123,7 @@ const Loading: React.FC<LoadingProps> = (props: LoadingProps) => {
Loading
.
defaultProps
=
{
color
:
'#C0C4CC'
,
size
:
14
,
text
:
'
正在加载...
'
,
text
:
'
loading
'
,
noMore
:
false
,
noMoreText
:
'没有更多啦~'
,
textSize
:
12
,
...
...
src/locales/en_US/formInfo.ts
View file @
9845205f
...
...
@@ -149,4 +149,5 @@ export default {
'formInfo.Login.login'
:
'Login'
,
'formInfo.Login.xieyi'
:
'agree on'
,
'order.requireOrder.feedbackInformation'
:
'feedback information'
,
'formInfo.info.noMore'
:
'もう'
,
};
src/locales/zh_CN/formInfo.ts
View file @
9845205f
...
...
@@ -135,4 +135,6 @@ export default {
'formInfo.Login.login'
:
'登录'
,
'formInfo.Login.xieyi'
:
'协议'
,
'formInfo.info.noMore'
:
'没有更多啦~'
,
};
src/views/CheckInquiryOrder/components/InquiryOrderItem/index.tsx
View file @
9845205f
...
...
@@ -60,7 +60,7 @@ const InquiryOrderItem = props => {
<
View
style=
{
{
marginRight
:
4
}
}
>
<
Text
style=
{
myStyle
[
'box-bottome-content-left-text-label'
]
}
>
{
/* <Icons name="user" size={14} color="#C0C4CC" /> */
}
{
`${t('order.
tip
.CutOff', '截止时间')}\t`
}
{
`${t('order.
filterBar
.CutOff', '截止时间')}\t`
}
</
Text
>
</
View
>
<
Text
style=
{
myStyle
[
'box-bottome-content-left-text-value'
]
}
>
...
...
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