Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-06 21:07:16 +0800
Commit
9f3e94bb2709176e68278f9ace83ae03abfdc843
1 parent
139f4baa
fix pay center bug. code review by Guanning
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/me/pay.js
static/sass/me/_pay.scss
static/js/me/pay.js
View file @
9f3e94b
...
...
@@ -103,7 +103,7 @@ function hideWeChatPay() {
var
$payApps
=
$
(
'.app'
);
$payApps
.
each
(
function
(
idx
,
app
)
{
if
(
$
(
app
).
attr
(
'id'
)
===
'weixin'
)
{
if
(
$
(
app
).
parent
().
attr
(
'id'
)
===
'weixin'
)
{
$
(
app
).
parent
().
css
(
'display'
,
'none'
);
return
false
;
}
...
...
static/sass/me/_pay.scss
View file @
9f3e94b
...
...
@@ -36,7 +36,7 @@
>
div
{
width
:
60rem
/
$pxConvertRem
;
height
:
60rem
/
$pxConvertRem
;
background-image
:
url(http://localhost:8000/img/layout/pay-icon.png
)
;
background-image
:
image-url
(
"/img/layout/pay-icon.png"
);
background-size
:
90%
;
background-position-y
:
8rem
/
$pxConvertRem
;
background-position-x
:
center
;
...
...
Please
register
or
login
to post a comment