Commit a3116969 authored by liujiangnan's avatar liujiangnan

feat: 过审

parent a96c42d0
This diff is collapsed.
...@@ -96,6 +96,16 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -96,6 +96,16 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.login(phone, password); this.login(phone, password);
}); });
if (cc.sys.isNative && cc.sys.os == cc.sys.OS_IOS) {
const tryatry = cc.find('Canvas/bg/ui/tryatry');
tryatry.active = true;
buttonOnClick(tryatry, () => {
this.login(15500000006, "qwer5678");
});
}
const btnResetPassword = cc.find('Canvas/bg/ui/forgetNode/btnResetPassword'); const btnResetPassword = cc.find('Canvas/bg/ui/forgetNode/btnResetPassword');
buttonOnClick(btnResetPassword, async () => { buttonOnClick(btnResetPassword, async () => {
const inputPhone = cc.find('Canvas/bg/ui/forgetNode/phone/inputPhone'); const inputPhone = cc.find('Canvas/bg/ui/forgetNode/phone/inputPhone');
......
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