Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-07-18 21:04:57 +0800
Commit
a7542c6962733deace1b05e54c0b054b02a879c4
1 parent
9b0dd64a
pay success
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
static/dist/myohobuy/4.8.0/index-debug.js
static/dist/myohobuy/4.8.0/index.css
static/dist/myohobuy/4.8.0/index.js
static/sass/shop/_index.css
static/dist/myohobuy/4.8.0/index-debug.js
View file @
a7542c6
...
...
@@ -2109,6 +2109,11 @@ window.onload = function() {
myScroll
&&
myScroll
.
refresh
();
};
// 图片加载完成之后重新 refresh iscroll
$
(
'img'
).
on
(
'load'
,
function
()
{
myScroll
&&
myScroll
.
refresh
();
});
//初始化页面,包括是否使用iscorll初始化页面
//接口暴露在HTML中,使用压缩名
exports
.
i
=
function
(
useIscroll
)
{
...
...
static/dist/myohobuy/4.8.0/index.css
View file @
a7542c6
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.8.0/index.js
View file @
a7542c6
This diff could not be displayed because it is too large.
static/sass/shop/_index.css
View file @
a7542c6
...
...
@@ -31,7 +31,8 @@
height
:
2.44rem
;
margin-top
:
90px
;
display
:
inline-block
;
background-image
:
resolve
(
'shopping-pay/pay-success.png'
);
background
:
resolve
(
'shopping-pay/pay-success.png'
)
no-repeat
;
background-size
:
contain
;
}
.success-notice
{
...
...
@@ -44,7 +45,8 @@
width
:
0.54rem
;
float
:
left
;
margin
:
1px
10px
0
80px
;
background-image
:
resolve
(
'shopping-pay/notice.png'
);
background
:
resolve
(
'shopping-pay/notice.png'
)
no-repeat
;
background-size
:
contain
;
}
.success-btn
{
...
...
Please
register
or
login
to post a comment