优化ssg

master
chenzhi 5 years ago
parent b01ff154ea
commit 92942cb7f5

@ -23,9 +23,9 @@ class SsgController extends BaseController {
{
$promoteId = I("promote_id", 0);
$user = session("user_auth");
// if ($user) {
// redirect(U("ssg/index", array('promete_id' => $promoteId)));
// }
if ($user) {
redirect(U("ssg/index", array('promete_id' => $promoteId)));
}
// /*if (!$promoteId) {
// echo "链接失效,请重新向推广员索取链接。";

@ -10,7 +10,7 @@
*{
padding: 0px;
margin: 0px;
max-width: 768px;
max-width: 750px;
}
li{
line-height:2;

@ -245,7 +245,6 @@ $(".pay-button").on("click",function(){
}
})
$("#logout").on("click",function(){
alert("退出登录成功");
location.href = "mobile.php?s=/Ssg/logout.html";
})
function handlePay() {

Loading…
Cancel
Save