Authored by 徐炜

APP优化交互

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