Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rainbond Console
Commits
b2171d71
Commit
b2171d71
authored
6 years ago
by
yangyq
Browse files
Options
Download
Email Patches
Plain Diff
no message
parent
99ffd54b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
www/static/ant-pro/ant-design-pro-template/src/layouts/PayTip.js
+2
-3
...tic/ant-pro/ant-design-pro-template/src/layouts/PayTip.js
www/static/dists/index.f07e805c.js
+1
-1
www/static/dists/index.f07e805c.js
www/templates/index.html
+1
-1
www/templates/index.html
with
4 additions
and
5 deletions
+4
-5
www/static/ant-pro/ant-design-pro-template/src/layouts/PayTip.js
+
2
-
3
View file @
b2171d71
...
...
@@ -45,10 +45,9 @@ export default class PayTip extends React.PureComponent {
visible
=
{
true
}
title
=
"
提示
"
onCancel
=
{
this
.
handleCancel
}
footer
=
{[
regionId
?
<
Button
onClick
=
{
this
.
handleBuySource
}
type
=
"
primary
"
size
=
"
sm
"
>
购买资源
<
/Button> : null
,
<
Button
onClick
=
{
this
.
handleClick
}
size
=
"
sm
"
>
账户充值
<
/Button>]
}
footer
=
{[
regionId
?
<
Button
onClick
=
{
this
.
handleBuySource
}
type
=
"
primary
"
size
=
"
sm
"
>
购买资源
<
/Button> : null]
}
>
<
h4
style
=
{{
textAlign
:
'
center
'
}}
>
资源
及企业账户余额
不足
<
/h4
>
<
h4
style
=
{{
textAlign
:
'
center
'
}}
>
资源不足
<
/h4
>
<
/Modal>
;
}
}
This diff is collapsed.
Click to expand it.
www/static/dists/index.
ad27c
80c.js
→
www/static/dists/index.
f07e
80
5
c.js
+
1
-
1
View file @
b2171d71
This diff is collapsed.
Click to expand it.
www/templates/index.html
+
1
-
1
View file @
b2171d71
...
...
@@ -268,5 +268,5 @@
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script
type=
"text/javascript"
src=
"/static/dists/index.
ad27c
80c.js"
></script></body>
<script
type=
"text/javascript"
src=
"/static/dists/index.
f07e
80
5
c.js"
></script></body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help