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