_start.appUninstall 應(yīng)用卸載

2018-02-07 15:06 更新
  • 函數(shù)原型

/* 卸載應(yīng)用 
 * @number appid  應(yīng)用appid
 */
 _start.appUninstall=function(appid){
 	jQuery.getJSON(_config.systemurl+'&op=dzzcp&do=appuninstall&appid='+appid,function(json){
 	    if(json.error){		
 	    	   showmessage(json.error,'error',3000,1,'right-bottom');		    }else{			
 	    	   if(json.icoid>0) _ico.removeIcoid(json.icoid);			          _start.removeIco(appid);		
 	    }
      });
 };

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)