update
This commit is contained in:
parent
3ab45e2b87
commit
b11a4bcc8c
@ -18918,7 +18918,7 @@
|
|||||||
"__id__": 534
|
"__id__": 534
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": false,
|
"_active": true,
|
||||||
"_level": 4,
|
"_level": 4,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
|
@ -223,9 +223,8 @@ cc.Class({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`mission send data===${this.sendData}`)
|
if(this.sendData!=""){
|
||||||
|
NetManage.sendWantedMission(
|
||||||
NetManage.sendWantedMission(
|
|
||||||
this.missionData.id,
|
this.missionData.id,
|
||||||
this.sendData,
|
this.sendData,
|
||||||
(res) => {
|
(res) => {
|
||||||
@ -237,6 +236,9 @@ cc.Class({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
}else{
|
||||||
|
cc.uiHelper.showTips('Not meeting the requirements');
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
cc.uiHelper.showTips('Not meeting the requirements');
|
cc.uiHelper.showTips('Not meeting the requirements');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user