Commit 73d72780 authored by liujiangnan's avatar liujiangnan

feat:

parent 9c320242
......@@ -50,7 +50,7 @@ export default class NewClass extends middleLayerBase {
tips.width = label.width + 50;
tipsLayer.active = true;
const yesBtn = cc.find('middleLayer/confirmLayer/confirm_bg/btn_yes');
buttonOnceClick(yesBtn, (evt)=>{
yesFun&&yesFun(evt);
......@@ -130,12 +130,6 @@ export default class NewClass extends middleLayerBase {
} else {
this.loadOnlineBundle('NJ_login');
}
this.showConfirm("Hello World", ()=>{
console.log("=====点击了确定=====")
}, ()=>{
console.log("=====点击了取消=====")
});
}
role = 'student';
......
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