|
|
@@ -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");
|
|
|
}
|
|
|
}
|
|
|
|