增加分销充值功能
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
arr: [],
|
||||
scrollRightTop: 0, // 右边栏目scroll-view的滚动条高度
|
||||
timer: null, // 定时器
|
||||
isTabClickOver:true
|
||||
isTabClickOver: true
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
@@ -192,9 +192,9 @@
|
||||
let height2 = this.arr[i + 1];
|
||||
// 如果不存在height2,意味着数据循环已经到了最后一个,设置左边菜单为最后一项即可
|
||||
if (!height2 || scrollHeight >= height1 && scrollHeight < height2) {
|
||||
if(this.isTabClickOver){
|
||||
if (this.isTabClickOver) {
|
||||
this.leftMenuStatus(i);
|
||||
}else{
|
||||
} else {
|
||||
this.isTabClickOver = true;
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user