Browse Source

修改公共文件

lulihong 6 năm trước cách đây
mục cha
commit
5a31722a55
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      js/weixin_common.js

+ 2 - 2
js/weixin_common.js

@ -1,6 +1,6 @@
//切换发布版本 true:正式版,连接生产环境;false:测试版,连接测试环境。
var publish_version = true;
//var publish_version = false;
var publish_version = false;
if(publish_version){
	//正式环境(城市i健康)
   var server = "http://srijk.yihu.com/wlyy/";
@ -195,7 +195,7 @@ function checkUserAgent(){
            }
        }else{
            if(!userAgent){
                d.close();
//              d.close();
    //          dialog({contentType:'tipsbox', skin:'bk-popup' , content:'授权失败',bottom:true}).show();
                //模板消息的情况,模板消息带上openid的值给页面
                var openid = Request['openid'];