|
@@ -1224,7 +1224,7 @@
|
|
$(window).scrollTop(scrollTop);
|
|
$(window).scrollTop(scrollTop);
|
|
if (sessionStorage.getItem('hasFreeMore') === 'true') {
|
|
if (sessionStorage.getItem('hasFreeMore') === 'true') {
|
|
isNeedSales(function (res) {
|
|
isNeedSales(function (res) {
|
|
- var result = checkRequiredKeys(['name', 'phone', 'position', 'branch','company'], res.info)
|
|
|
|
|
|
+ var result = checkRequiredKeys(['name', 'phone', 'position', 'branch','company', 'companyType'], res.info)
|
|
if (!result && res.data && res.data.retainedCapital) {
|
|
if (!result && res.data && res.data.retainedCapital) {
|
|
$(".seeMore").show()
|
|
$(".seeMore").show()
|
|
$(".seeMore-btn").on('click', function () {
|
|
$(".seeMore-btn").on('click', function () {
|