|
@@ -192,8 +192,20 @@ export default ({
|
192
|
192
|
classInfo.value.online = classInfo.value.status == "在用" ? true : false
|
193
|
193
|
|
194
|
194
|
mousemoveHandler(1000, 60)
|
195
|
|
- callUIInteraction("initRoom")
|
196
|
|
- console.log("item", item, item.lat);
|
|
195
|
+
|
|
196
|
+ let meg ={
|
|
197
|
+ X:item.lon,
|
|
198
|
+ Y:item.lat,
|
|
199
|
+ Z:item.leaf,
|
|
200
|
+ }
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+ let a2 =`X=${item.lon} Y=${item.lat} Z=${item.leaf}`
|
|
204
|
+ console.log("meg是多少",a2);
|
|
205
|
+ callUIInteraction(a2)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+ console.log("item22222", item, item.lat);
|
197
|
209
|
}
|
198
|
210
|
|
199
|
211
|
|