Commit 3ac3453e authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of http://gitlab2.dui88.com/wanghongyuan/yyh into dev

parents c4358d2e 5cc15ed7
...@@ -120,7 +120,7 @@ export default class PKScene extends Scene{ ...@@ -120,7 +120,7 @@ export default class PKScene extends Scene{
this.onTap(this["team"+i]["notonBtn"],this.askOnline); this.onTap(this["team"+i]["notonBtn"],this.askOnline);
} }
if(data.myTeamMembers[i-1].uid == uiddata.consumerId){ if(data.myTeamMembers[i-1].consumerId == uiddata.consumerId){
this["team"+i]["onphone"].text = "我" this["team"+i]["onphone"].text = "我"
} }
......
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