原TITLE:  <title>注册</title>
修改结果:var activityids;
      $(function(){
          activityids = getUrlParam("activityID");
          var path = '../../../bagechuxing/customer/activityidsName';
          var params = $.param({ "activityid": activityids });
          $.post(path,params,function(result){
          var result = eval('(' + result + ')');
            if (result.code=="10000") {
                $("title").html(result.data);
                       return;
             }
          });
       });

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2021-12-14
  • 2021-12-18
  • 2021-11-11
  • 2022-12-23
相关资源
相似解决方案