| 
					
				 | 
			
			
				@@ -142,7 +142,7 @@ MShare.prototype = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //var url = VG.conf.root_domain + '?c=WeixinJsSDK&a=AjaxConfigData&site=' + wxCfgs.site + '&thisPageUrl=' + encodeURIComponent(location.href) + '&callback=?'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         var url = VG.conf.root_domain + '?c=WeixinJsSDK&a=AjaxConfigData'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        //alert(url) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        alert(url) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $.ajax({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             type:'post', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             dataType:'jsonp', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -151,7 +151,7 @@ MShare.prototype = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             data: {"thisPageUrl":encodeURIComponent(location.href)}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             success:function(data){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 var d = data.msg; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                //alert(data) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                alert(d.appId) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 wx.config({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     //debug:true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     appId: d.appId, 
			 |