Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
f561d3af
Commit
f561d3af
authored
Aug 14, 2017
by
jmdhappy
Browse files
完善运营平台
parent
606ba606
Changes
3
Hide whitespace changes
Inline
Side-by-side
xxpay-mgr/src/main/resources/static/index.html
View file @
f561d3af
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<div
class=
"layui-main"
>
<div
class=
"layui-main"
>
<div
class=
"admin-login-box"
>
<div
class=
"admin-login-box"
>
<a
class=
"logo"
style=
"left: 0;"
href=
"http://mgr.xxpay.org"
>
<a
class=
"logo"
style=
"left: 0;"
href=
"http://mgr.xxpay.org"
>
<span
style=
"font-size: 22px;"
>
XxPay运营
管理
</span>
<span
style=
"font-size: 22px;"
>
XxPay运营
平台
</span>
</a>
</a>
<div
class=
"admin-side-toggle"
>
<div
class=
"admin-side-toggle"
>
<i
class=
"fa fa-bars"
aria-hidden=
"true"
></i>
<i
class=
"fa fa-bars"
aria-hidden=
"true"
></i>
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<a
href=
"javascript:;"
>
清除缓存
</a>
<a
href=
"javascript:;"
>
清除缓存
</a>
</li>
</li>
<li
class=
"layui-nav-item"
id=
"pay"
>
<li
class=
"layui-nav-item"
id=
"pay"
>
<a
href=
"javascript:;"
>
捐赠我
</a>
<a
href=
"javascript:;"
>
捐赠我
&
支付流程体验
</a>
</li>
</li>
<li
class=
"layui-nav-item"
>
<li
class=
"layui-nav-item"
>
<a
href=
"http://www.xxpay.org"
target=
"_blank"
>
浏览网站
</a>
<a
href=
"http://www.xxpay.org"
target=
"_blank"
>
浏览网站
</a>
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
$
(
'
#pay
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#pay
'
).
on
(
'
click
'
,
function
()
{
layer
.
open
({
layer
.
open
({
title
:
'
捐赠我&支付体验
测试
'
,
title
:
'
捐赠我&支付
流程
体验
'
,
maxmin
:
true
,
maxmin
:
true
,
type
:
2
,
type
:
2
,
content
:
'
http://shop.xxpay.org/goods/openQrPay.html
'
,
content
:
'
http://shop.xxpay.org/goods/openQrPay.html
'
,
...
...
xxpay-mgr/src/main/resources/static/login.html
View file @
f561d3af
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<title>
XXPAY - 运营
管理
登录
</title>
<title>
XXPAY - 运营
平台
登录
</title>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"images/favicon.ico"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"images/favicon.ico"
>
<link
rel=
"stylesheet"
href=
"plugins/layui/css/layui.css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"plugins/layui/css/layui.css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"css/login.css"
/>
<link
rel=
"stylesheet"
href=
"css/login.css"
/>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<body
class=
"beg-login-bg"
>
<body
class=
"beg-login-bg"
>
<div
class=
"beg-login-box"
>
<div
class=
"beg-login-box"
>
<header>
<header>
<h1>
后台登录
</h1>
<h1>
XxPay运营平台[演示版]
</h1>
</header>
</header>
<div
class=
"beg-login-main"
>
<div
class=
"beg-login-main"
>
<form
action=
"/manage/login"
class=
"layui-form"
method=
"post"
><input
name=
"__RequestVerificationToken"
type=
"hidden"
value=
"fkfh8D89BFqTdrE2iiSdG_L781RSRtdWOH411poVUWhxzA5MzI8es07g6KPYQh9Log-xf84pIR2RIAEkOokZL3Ee3UKmX0Jc8bW8jOdhqo81"
/>
<form
action=
"/manage/login"
class=
"layui-form"
method=
"post"
><input
name=
"__RequestVerificationToken"
type=
"hidden"
value=
"fkfh8D89BFqTdrE2iiSdG_L781RSRtdWOH411poVUWhxzA5MzI8es07g6KPYQh9Log-xf84pIR2RIAEkOokZL3Ee3UKmX0Jc8bW8jOdhqo81"
/>
...
@@ -23,13 +23,13 @@
...
@@ -23,13 +23,13 @@
<label
class=
"beg-login-icon"
>
<label
class=
"beg-login-icon"
>
<i
class=
"layui-icon"
>

</i>
<i
class=
"layui-icon"
>

</i>
</label>
</label>
<input
type=
"text"
name=
"userName"
lay-verify=
"userName"
autocomplete=
"off"
placeholder=
"这里输入登录名"
class=
"layui-input"
>
<input
type=
"text"
name=
"userName"
lay-verify=
"userName"
autocomplete=
"off"
placeholder=
"这里输入登录名"
class=
"layui-input"
value=
"xxpay"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<div
class=
"layui-form-item"
>
<label
class=
"beg-login-icon"
>
<label
class=
"beg-login-icon"
>
<i
class=
"layui-icon"
>

</i>
<i
class=
"layui-icon"
>

</i>
</label>
</label>
<input
type=
"password"
name=
"password"
lay-verify=
"password"
autocomplete=
"off"
placeholder=
"这里输入密码"
class=
"layui-input"
>
<input
type=
"password"
name=
"password"
lay-verify=
"password"
autocomplete=
"off"
placeholder=
"这里输入密码"
class=
"layui-input"
value=
"xxpay"
>
</div>
</div>
<div
class=
"layui-form-item"
>
<div
class=
"layui-form-item"
>
<div
class=
"beg-pull-left beg-login-remember"
>
<div
class=
"beg-pull-left beg-login-remember"
>
...
...
xxpay-mgr/src/main/resources/static/main.html
View file @
f561d3af
...
@@ -11,24 +11,26 @@
...
@@ -11,24 +11,26 @@
<body>
<body>
<div
class=
"admin-main"
>
<div
class=
"admin-main"
>
<blockquote
class=
"layui-elem-quote"
>
<blockquote
class=
"layui-elem-quote"
>
<p>
XxPay是一个
J
ava开
源
聚合支付系统
,这里是运营管理平台.
</p>
<p>
XxPay是一个
使用j
ava开
发的分布式
聚合支付系统
,分为spring-cloud和dubbo架构版本,已集成微信、支付宝等主流支付渠道,可以直接用于生产环境。
</p>
官方地址:
官方地址:
<a
href=
"http://www.xxpay.org"
target=
"_blank"
>
http://www.xxpay.org
</a>
<a
href=
"http://www.xxpay.org"
target=
"_blank"
>
http://www.xxpay.org
</a>
<p>
项目地址:
<p>
项目地址:
<br/>
<a
href=
"*"
target=
"_blank"
>
http://git.oschina.net/xxpay
</a>
[码云]
<a
href=
"https://gitee.com/jmdhappy/xxpay-master"
target=
"_blank"
>
https://gitee.com/jmdhappy/xxpay-master
</a><br/>
[GitHub]
<a
href=
"https://github.com/jmdhappy/xxpay-master"
target=
"_blank"
>
https://github.com/jmdhappy/xxpay-master
</a>
</p>
</p>
<p>
建议反馈和问题收集地址:
<p>
建议反馈和问题收集地址:
<a
href=
"http://bbs.xxpay.org/"
target=
"_blank"
>
http://bbs.xxpay.org/
</a>
<a
href=
"http://bbs.xxpay.org/"
target=
"_blank"
>
http://bbs.xxpay.org/
</a>
</p>
</p>
<p>
交流群:********
</p>
<p>
QQ:290935762
</p>
<p>
Email:jmdhappy@126.com
</p>
<br/>
<br/>
<p
style=
"color:
#01AAED;"
>
子窗体弹出对话框编辑表单的一些建议:如果是处理表单的,建议在子窗口弹出。把背景设置为无,如果只是提示信息,可以在父窗口弹出。
</p>
<p
style=
"color:
red;"
>
为了更好的体验运营平台,已放开所有权限,但请不要随意修改数据,感谢对XxPay的支持.
</p>
</blockquote>
</blockquote>
<fieldset
class=
"layui-elem-field"
>
<fieldset
class=
"layui-elem-field"
>
<legend>
更新日志
</legend>
<legend>
更新日志
</legend>
<div
class=
"layui-field-box"
>
<div
class=
"layui-field-box"
>
<fieldset
class=
"layui-elem-field layui-field-title"
>
<fieldset
class=
"layui-elem-field layui-field-title"
>
<legend>
版本号:# v1.0.0 2017-0
6
-1
8
</legend>
<legend>
版本号:# v1.0.0 2017-0
8
-1
1
</legend>
<div
class=
"layui-field-box"
>
<div
class=
"layui-field-box"
>
<p>
1、spring-cloud 架构版本发布
</p>
<p>
1、spring-cloud 架构版本发布
</p>
<p>
2、增加微信支付,包括:公众号支付,扫码支付,APP支付
</p>
<p>
2、增加微信支付,包括:公众号支付,扫码支付,APP支付
</p>
...
...
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