Authored by 周少峰

pay success

... ... @@ -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) {
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -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 {
... ...