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