|
@@ -67,11 +67,11 @@ Page({
|
|
var match_time = this.data.date + ' ' + this.data.time;
|
|
var match_time = this.data.date + ' ' + this.data.time;
|
|
const value = e.detail.value;
|
|
const value = e.detail.value;
|
|
value.match_id = this.data.id;
|
|
value.match_id = this.data.id;
|
|
- value.red_id = this.data.red._id;
|
|
|
|
|
|
+ value.red_id = this.data.red.team_id;
|
|
value.red_name = this.data.red.team_name;
|
|
value.red_name = this.data.red.team_name;
|
|
value.red_logo = this.data.red.logo;
|
|
value.red_logo = this.data.red.logo;
|
|
value.red_members = this.data.red.members;
|
|
value.red_members = this.data.red.members;
|
|
- value.blue_id = this.data.blue._id;
|
|
|
|
|
|
+ value.blue_id = this.data.blue.team_id;
|
|
value.blue_name = this.data.blue.team_name;
|
|
value.blue_name = this.data.blue.team_name;
|
|
value.blue_logo = this.data.blue.logo;
|
|
value.blue_logo = this.data.blue.logo;
|
|
value.blue_members = this.data.blue.members;
|
|
value.blue_members = this.data.blue.members;
|