Commit 26e64bd3 by doszhang

dos

parent 1273490c
...@@ -82,6 +82,7 @@ class IndexController extends Controller ...@@ -82,6 +82,7 @@ class IndexController extends Controller
)); ));
return; return;
} }
var_dump($user['prize_type']);die();
if($user['prize_type'] !== 0) { if($user['prize_type'] !== 0) {
$this->ajaxReturn(array( $this->ajaxReturn(array(
'status' => -1, 'status' => -1,
......
...@@ -152,7 +152,9 @@ function showShare() { ...@@ -152,7 +152,9 @@ function showShare() {
} }
function hideSecond() { function hideSecond() {
$('.second-block').hide() $('.second-block').hide();
$('#notification_area').remove();
my_notify('请长按页面保存海报');
} }
function hideIntro() { function hideIntro() {
...@@ -336,9 +338,10 @@ function createPoster(resultFlag) { ...@@ -336,9 +338,10 @@ function createPoster(resultFlag) {
$('.posterimg').attr('src', getManBase64(posterCanvas)); $('.posterimg').attr('src', getManBase64(posterCanvas));
$('.page').hide(); $('.page').hide();
$('.page7').show(); $('.page7').show();
`1 `
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('请长按页面保存海报'); if ($('.first-block').css('display') == 'none' || $('.second-block').css('display') == 'none') {
my_notify('请长按页面保存海报');
}
$('#posterCanvas').css({ $('#posterCanvas').css({
height: fixHeight + 'px' 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