增加分销充值功能

This commit is contained in:
2025-10-31 14:21:13 +08:00
parent dbf6a61ac7
commit e40b4fe8cc
11 changed files with 931 additions and 14 deletions

View File

@@ -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;