Commit c8bd4248 authored by 朱松文's avatar 朱松文

logid

parent c1a6ceb9
...@@ -124,6 +124,7 @@ class DogTrack extends Component { ...@@ -124,6 +124,7 @@ class DogTrack extends Component {
createDogDiv(dogIds: any, currentDogId: string) { createDogDiv(dogIds: any, currentDogId: string) {
if (!dogIds || dogIds.size === 0) return; if (!dogIds || dogIds.size === 0) return;
console.log('dogId', currentDogId, dogIds)
//@ts-ignore //@ts-ignore
const myContainer = this.player_.el_; const myContainer = this.player_.el_;
// console.log("key currentDogId", dogIds, currentDogId, myContainer) // console.log("key currentDogId", dogIds, currentDogId, myContainer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment