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