|
@@ -320,7 +320,8 @@ var memberPage = new Vue({
|
|
|
if (isPC) {
|
|
|
setTimeout(function () {
|
|
|
$(window).scroll(function () {
|
|
|
- if ($(this).scrollTop() >= 200) {
|
|
|
+ var bound = document.querySelector('#vipPackage').getBoundingClientRect();
|
|
|
+ if(bound.bottom <= 0){
|
|
|
_self.showBottomBtns = true;
|
|
|
$('body').css('padding-bottom', '72px')
|
|
|
} else {
|