Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
pingan-maruko
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
26e64bd3
authored
Jul 07, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
1273490c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Application/Home/Controller/IndexController.class.php
+1
-0
Public/static/js/common.js
+6
-3
No files found.
Application/Home/Controller/IndexController.class.php
View file @
26e64bd3
...
...
@@ -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
,
...
...
Public/static/js/common.js
View file @
26e64bd3
...
...
@@ -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'
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment