【记录】微信内直接关闭微信窗口

1 var isCancel = '${isCancel}';
2             if(isCancel != null && isCancel != "" && isCancel =='Y'){
3               $(document).on('WeixinJSBridgeReady',function(){ 
4                 WeixinJSBridge.call('closeWindow');// 关闭wx页面,回到聊天界面,不会弹出询问
5             })
6             }
原文地址:https://www.cnblogs.com/dream-to-pku/p/10375887.html