Authored by 王水玲

分期二期

... ... @@ -35,7 +35,13 @@ const _reviewStatus = (res, req, uid, status) => {
success: {
price: result[1].currCreditLimit,
installmentOnly: {
title: '分期专享',
title: {
title: {
title: '分期专享',
moreUrl: ''
},
moreUrl: ''
},
goods: result[0]
},
url: jumpUrl
... ... @@ -88,7 +94,10 @@ const index = (req, res) => {
// status:0 未申请 1审核中 2已开通 3 审核未通过
let openStatus = result[0];
let installmentOnly = {
title: '分期专享',
title: {
title: '分期专享',
moreUrl: 'www.baiud.com'
},
goods: result[1]
};
... ...
<div class="installment-only">
<h2>{{title}}</h2>
{{!--<h2>{{title}}</h2>--}}
{{> common/floor-header-more}}
<div id="goods-list" class="goods-list clearfix">
{{# goods}}
{{> common/goods}}
... ...
... ... @@ -20,7 +20,7 @@ module.exports = {
api: 'http://api-test3.yohops.com:9999/',
// api: 'http://172.16.6.179:8080/gateway',
//api: 'http://172.16.6.179:8080/gateway',
service: 'http://service-test3.yohops.com:9999/'
// api: 'http://172.16.6.179:8080/gateway/',
... ...

2.36 KB | W: | H:

16 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.74 KB | W: | H:

15.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

7.27 KB | W: | H:

7.36 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -20,7 +20,7 @@ var validateForm = function() {
var ret = false;
if (formData.cardNo &&
formData.mobile &&
formData.mobile.length === 11 &&
formData.bankName &&
formData.bankCode) {
applyButton.removeClass('disabled');
... ... @@ -36,7 +36,7 @@ var validateForm = function() {
checkCard(formData);
// 输入框改变时同时更新模型
$('input').on('change', function() {
$('input').on('input', function() {
var name = $(this).attr('name');
formData[name] = $(this).val();
... ...
... ... @@ -71,6 +71,13 @@
margin-top: 30px;
border-top: 1px solid #dedee0;
.floor-header-more {
height: 85px;
line-height: 85px;
margin: 0;
border-top: none;
}
h2 {
height: 85px;
line-height: 85px;
... ...
... ... @@ -356,6 +356,10 @@
float: right;
color: #b1b1b1;
}
a {
display: block;
}
}
}
}
... ...
... ... @@ -135,6 +135,10 @@
width: 560px;
margin: -165px 0 0 -280px;
}
.notice-cont {
padding: 28px !important;
}
}
}
... ...