Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
TaoHuang
6 years ago
Commit
0db2418232c4b25d47df3a6eb1a72d507ca11b3f
2 parents
e86ecb36
f72c0d3e
Merge remote-tracking branch 'origin/master' into feature/topic
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
apps/pages/single/alipay/form.vue
doraemon/middleware/alipay.repository.js
apps/pages/single/alipay/form.vue
View file @
0db2418
...
...
@@ -152,9 +152,9 @@ export default {
.logo {
display: inline-block;
width: 750px;
height: 31
3
px;
height: 31
4
px;
/*margin-top: 45px;*/
background-image: url("//cdn.yoho.cn/20190
723
/top_logo.png?imageView2/2/format/jpg");
background-image: url("//cdn.yoho.cn/20190
801
/top_logo.png?imageView2/2/format/jpg");
background-size: cover;
}
...
...
@@ -162,18 +162,18 @@ export default {
.desc {
display: inline-block;
width: 750px;
height: 1
265
px;
height: 1
078
px;
margin-top: 30px;
background-image: url("//cdn.yoho.cn/20190
723
/descrip.png?imageView2/2/format/jpg");
background-image: url("//cdn.yoho.cn/20190
80101
/descrip.png?imageView2/2/format/jpg");
background-size: cover;
}
.tip {
display: inline-block;
width: 750px;
height: 37
4
px;
height: 37
0
px;
margin-top: 20px;
background-image: url("//cdn.yoho.cn/20190
723
/tips.png?imageView2/2/format/jpg");
background-image: url("//cdn.yoho.cn/20190
801
/tips.png?imageView2/2/format/jpg");
background-size: cover;
}
...
...
doraemon/middleware/alipay.repository.js
View file @
0db2418
const
mysql
=
require
(
'./mysql-client'
);
const
TABEL
=
'user_alipay'
;
const
TABEL
=
'user_alipay
2
'
;
async
function
insert
(
data
)
{
return
mysql
(
TABEL
).
insert
({
...
...
Please
register
or
login
to post a comment