剧本代码调整
This commit is contained in:
parent
da2e975094
commit
068fc65f3d
@ -182,8 +182,8 @@ export default {
|
||||
if (res.code == 200) {
|
||||
if (res.data.memberList && res.data.memberList.length > 0) {
|
||||
const lastData = JSON.stringify(res.data.memberList);
|
||||
newMemberList = this.covert(lastData, ConstConfig.ConstSelect.roleTypeNew);
|
||||
// newMemberList = playerList.filter(item => item.hasPlay === true);
|
||||
const playerList = this.covert(lastData, ConstConfig.ConstSelect.roleTypeNew);
|
||||
newMemberList = playerList.filter(item => item.hasPlay === true);
|
||||
}
|
||||
if (res.data.mapLocation) {
|
||||
this.mapLocation = res.data.mapLocation;
|
||||
|
Loading…
Reference in New Issue
Block a user