Authored by 徐炜

APP优化交互

... ... @@ -41,7 +41,9 @@ const _reviewStatus = (res, req, uid, status) => {
},
goods: result[0]
},
url: jumpUrl
url: helpers.appUrlFormat(req.originalUrl, 'go.instalmentlist', {
title: '分期专享'
})
}
};
}).catch(() => {
... ...
... ... @@ -62,7 +62,7 @@ a {
text-decoration: none;
font-style: normal;
font-size: 24px;
font-family: "iconfont" !important;
font-family: 'iconfont' !important;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.4px;
-moz-osx-font-smoothing: grayscale;
... ... @@ -73,7 +73,7 @@ a {
display: none;
text-align: center;
width: 70%;
padding: 34PX 0;
padding: 18PX 55PX;
top: 50%;
left: 50%;
margin-left: -35%;
... ...