Commit 26e64bd3 by doszhang

dos

parent 1273490c
......@@ -82,6 +82,7 @@ class IndexController extends Controller
));
return;
}
var_dump($user['prize_type']);die();
if($user['prize_type'] !== 0) {
$this->ajaxReturn(array(
'status' => -1,
......
......@@ -152,7 +152,9 @@ function showShare() {
}
function hideSecond() {
$('.second-block').hide()
$('.second-block').hide();
$('#notification_area').remove();
my_notify('请长按页面保存海报');
}
function hideIntro() {
......@@ -336,9 +338,10 @@ function createPoster(resultFlag) {
$('.posterimg').attr('src', getManBase64(posterCanvas));
$('.page').hide();
$('.page7').show();
`1 `
$('#notification_area').remove();
my_notify('请长按页面保存海报');
if ($('.first-block').css('display') == 'none' || $('.second-block').css('display') == 'none') {
my_notify('请长按页面保存海报');
}
$('#posterCanvas').css({
height: fixHeight + 'px'
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment