Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
dencare-game
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
df7a59db
authored
Aug 30, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
279091fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.idea/workspace.xml
+0
-0
Application/Home/View/default/Index_index.tpl
+1
-1
Public/static/images/cehi.jpg
+0
-0
Public/static/js/index.js
+3
-3
No files found.
.idea/workspace.xml
View file @
df7a59db
This diff is collapsed.
Click to expand it.
Application/Home/View/default/Index_index.tpl
View file @
df7a59db
...
...
@@ -269,7 +269,7 @@
<script
type=
"text/javascript"
src=
"http://api2.izhida.cn/wechat_js_config?app_id=wx4c3c856ab83a946b&v=1.2.1&api_list=all"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/index.js?t=1
7
"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/index.js?t=1
8
"
></script>
<link
href=
"__CDN__/css/notify.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"__CDN__/js/jquery-notify.js"
></script>
...
...
Public/static/images/cehi.jpg
0 → 100644
View file @
df7a59db
75 KB
Public/static/js/index.js
View file @
df7a59db
...
...
@@ -367,19 +367,19 @@ function mergeImage_two(url) {
var
cover_four
=
new
Image
();
var
ceshi
=
new
Image
();;
var
url_three
=
'/Public/static/images/
s-c
.jpg?t=1'
;
var
url_three
=
'/Public/static/images/
ceshi
.jpg?t=1'
;
var
url_two_t
=
url
;
cover_four
.
src
=
url_two_t
;
cover_three
.
src
=
url_three
;
if
(
isAndroid
){
ceshi
.
src
=
'/Public/static/images/
s-c
.jpg?t=1'
;
ceshi
.
src
=
'/Public/static/images/
ceshi
.jpg?t=1'
;
alert
(
'安卓'
)
}
else
{
ceshi
.
src
=
url
;
alert
(
'IOS'
)
}
c
eshi
.
onload
=
function
()
{
c
over_four
.
onload
=
function
()
{
// cover_four.onload = function () {
var
tmp
=
$
(
'<canvas></canvas>'
)[
0
];
tmp
.
width
=
640
;
...
...
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