.
This commit is contained in:
parent
f9b11ac8f3
commit
02730aab58
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user