bing 1 년 전
부모
커밋
1901807981
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      assets/share/Share.ts

+ 2 - 2
assets/share/Share.ts

@@ -22,11 +22,11 @@ export class Share extends Component {
     public onCopy(succ:boolean){
         if(succ){
             console.log("copy succ")
-            nav_info.scene.showTip("copy succc");
+            nav_info.scene.showTip(" تم نسخها إلى الحافظة ");
             Utils.tryStartApp();
         }
         else{
-            nav_info.scene.showTip("copy fail");
+            // nav_info.scene.showTip("copy fail");
         }
     }