Authored by zhangxiaoru

接口升版本

... ... @@ -16,7 +16,8 @@ const _ = require('lodash');
const _getBanner = (param) => {
return serviceAPI.get('operations/api/v5/resource/get', {
content_code: param.contentCode,
platform: 'iphone'
platform: 'iphone',
app_version: '5.4'
}, {
code: 200
}).then((result) => {
... ...
... ... @@ -114,10 +114,11 @@
.fraud-prompt {
height: 62px;
line-height: 62px;
line-height: 63px;
background-color: #ff7579;
color: #fff;
overflow: hidden;
background-size: 20% 60%;
}
.fraud-tip {
... ... @@ -125,11 +126,14 @@
}
.tip {
margin: 19px 10px 0 0;
margin-right: 10px;
width: 20px;
height: 24px;
background: resolve("cart/person-tip.png") no-repeat;
height: 62px;
background: resolve("cart/person-tip.png") no-repeat center;
float: left;
background-size: 100% 100%;
background-size: 100% 39%;
line-height: 24px;
display: inline-block;
background-position: center;
}
}
... ...