|
@@ -329,7 +329,7 @@ function afterAutheFirstLogin(result){
|
|
$("body").append('{{include "/common/ploginmodal.html"}}');
|
|
$("body").append('{{include "/common/ploginmodal.html"}}');
|
|
$("#fristAutheLoginModal .com-nickName").text(result.nickName);
|
|
$("#fristAutheLoginModal .com-nickName").text(result.nickName);
|
|
$("#fristAutheLoginModal .com-entName").text(result.entName+"店铺");
|
|
$("#fristAutheLoginModal .com-entName").text(result.entName+"店铺");
|
|
- $("#fristAutheLoginModal .com-entCard a").attr("href","/member/yellowpage/edit/enterprise/"+entId);
|
|
|
|
|
|
+ $("#fristAutheLoginModal .com-entCard a").attr("href","/member/enterprise/edit");
|
|
}else{
|
|
}else{
|
|
$("body").append('{{include "/common/ologinmodal.html"}}');
|
|
$("body").append('{{include "/common/ologinmodal.html"}}');
|
|
$("#fristAutheLoginModal .com-nickName").text(result.nickName);
|
|
$("#fristAutheLoginModal .com-nickName").text(result.nickName);
|
|
@@ -347,10 +347,10 @@ function afterAutheFirstLogin(result){
|
|
//$("#fristAutheLoginModal .com-who").text("完成以下操作,就可以领取红包啦:");
|
|
//$("#fristAutheLoginModal .com-who").text("完成以下操作,就可以领取红包啦:");
|
|
}else{
|
|
}else{
|
|
$("#fristAutheLoginModal .com-entCard").removeClass("hide");
|
|
$("#fristAutheLoginModal .com-entCard").removeClass("hide");
|
|
- $("#fristAutheLoginModal .com-entCard a").attr("href","/member/yellowpage/edit/enterprise/"+entId);
|
|
|
|
|
|
+ $("#fristAutheLoginModal .com-entCard a").attr("href","/member/enterprise/edit");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- $("#fristAutheLoginModal .com-releaseService a").attr("href","/member/yellowpage/show/showService/"+entId);
|
|
|
|
|
|
+ $("#fristAutheLoginModal .com-releaseService a").attr("href","/member/service/add");
|
|
$("#fristAutheLoginModal").modal('show');
|
|
$("#fristAutheLoginModal").modal('show');
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|