This commit is contained in:
Iruka 2024-12-02 17:33:54 +08:00
parent f9b11ac8f3
commit 02730aab58

View File

@ -591,7 +591,6 @@
//
getLand(e) {
this.ijs.getLand(e.node).then(res => {
console.error("res", res)
this.$refs.landRef.addLand(e, res.data);
});
},
@ -709,7 +708,6 @@
const query = uni.createSelectorQuery().in(this);
query.selectAll(`.collapseItem`)
.boundingClientRect((data) => {
console.error("data:", data);
let offsetTop = 110;
data.every((_item, _index) => {
if (index == 0) {