Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5fcb7d55
authored
Jun 03, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改【错误】弹窗字体大小
parent
c3e68063
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
app/containers/common/ErrorTipModel.js
app/containers/common/SubSuccPage.js
app/containers/common/ErrorTipModel.js
View file @
5fcb7d55
...
@@ -91,11 +91,12 @@ const styles = StyleSheet.create({
...
@@ -91,11 +91,12 @@ const styles = StyleSheet.create({
alignItems
:
'center'
alignItems
:
'center'
},
},
main_txt
:
{
main_txt
:
{
fontSize
:
1
4
,
fontSize
:
1
6
,
fontFamily
:
font_family_regular
,
fontFamily
:
font_family_regular
,
color
:
'#fafafa'
,
color
:
'#fafafa'
,
backgroundColor
:
'#3d3e3d'
,
backgroundColor
:
'#3d3e3d'
,
paddingHorizontal
:
10
,
paddingHorizontal
:
10
,
paddingVertical
:
2
,
textAlign
:
'center'
textAlign
:
'center'
},
},
...
...
app/containers/common/SubSuccPage.js
View file @
5fcb7d55
...
@@ -44,9 +44,7 @@ class SubSuccPage extends Component {
...
@@ -44,9 +44,7 @@ class SubSuccPage extends Component {
let
{
orderVal
}
=
this
.
state
let
{
orderVal
}
=
this
.
state
if
(
orderVal
)
{
if
(
orderVal
)
{
// 有订单号
// 有订单号
console
.
warn
(
'复制订单号并返回主页'
)
let
{
orderVal
}
=
this
.
state
let
{
orderVal
}
=
this
.
state
console
.
log
(
'---orderNumber---'
,
orderVal
,
typeof
orderVal
)
Clipboard
.
setString
(
orderVal
)
Clipboard
.
setString
(
orderVal
)
// 获取复制的值
// 获取复制的值
let
str
=
await
Clipboard
.
getString
()
let
str
=
await
Clipboard
.
getString
()
...
...
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