Commit f1902bae authored by Li MingZhe's avatar Li MingZhe

fix: 按钮异常

parent 6a8b50fa
No preview for this file type
......@@ -573,7 +573,7 @@ cc.Class({
btnClick() {
if (this.btn.opacity == 0) {
if (!this.btn || this.btn.opacity == 0) {
return;
}
this.btn.opacity = 0
......
No preview for this file type
{"ios":{"sceneName":"aks_01","version":"bb929"},"android":{"sceneName":"aks_01","version":"bb929"}}
\ No newline at end of file
{"ios":{"sceneName":"aks_01","version":"69744"},"android":{"sceneName":"aks_01","version":"69744"}}
\ No newline at end of file
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