...
|
...
|
@@ -244,17 +244,6 @@ function checkSubmit() { |
|
|
}
|
|
|
}
|
|
|
|
|
|
function autoScroll(thisPo) {
|
|
|
$navUl.find('.nav-item:eq(' + thisPo + ')').addClass('active').siblings('li').removeClass('active');
|
|
|
if (thisPo >= 2) {
|
|
|
|
|
|
// 倒数三个不触发效果
|
|
|
if ((sNum - thisPo) >= 3) {
|
|
|
myScroll.scrollTo((0 - (thisPo - 2) * sWidth), 0, 400);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
function diaHide() {
|
|
|
$('#dialog-wrapper').hide();
|
|
|
}
|
...
|
...
|
@@ -379,7 +368,6 @@ module.exports = { |
|
|
clearCookieArr: clearCookieArr,
|
|
|
formatDate: formatDate,
|
|
|
checkSubmit: checkSubmit,
|
|
|
autoScroll: autoScroll,
|
|
|
submitDia: submitDia,
|
|
|
orderSubmit: orderSubmit,
|
|
|
getAbleTime: getAbleTime,
|
...
|
...
|
|