Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
3108c082
Commit
3108c082
authored
May 10, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
f40c84e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
themes/simplebootx/Appapi/Profit/index.html
+1
-0
themes/simplebootx/Appapi/Rechange/index.html
+0
-3
No files found.
themes/simplebootx/Appapi/Profit/index.html
View file @
3108c082
...
@@ -77,6 +77,7 @@
...
@@ -77,6 +77,7 @@
layer
.
msg
(
'认证主播才可提现'
);
layer
.
msg
(
'认证主播才可提现'
);
return
;
return
;
}
}
sessionStorage
.
setItem
(
"source"
,
source
);
let
url
=
this
.
certification
!=
1
?
'/index.php?g=Appapi&m=Profit&a=auth'
:
'/index.php?g=Appapi&m=Profit&a=withdraw'
;
let
url
=
this
.
certification
!=
1
?
'/index.php?g=Appapi&m=Profit&a=auth'
:
'/index.php?g=Appapi&m=Profit&a=withdraw'
;
window
.
location
.
href
=
this
.
url
(
url
);
window
.
location
.
href
=
this
.
url
(
url
);
}
}
...
...
themes/simplebootx/Appapi/Rechange/index.html
View file @
3108c082
...
@@ -156,12 +156,9 @@
...
@@ -156,12 +156,9 @@
//加载触发函数
//加载触发函数
// 判断是否为微信浏览器
// 判断是否为微信浏览器
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
console
.
log
(
ua
)
if
(
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
)
{
if
(
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
)
{
console
.
log
(
"在微信里打开"
)
this
.
bstype
=
1
this
.
bstype
=
1
}
else
{
}
else
{
console
.
log
(
'不在微信里打开'
);
this
.
bstype
=
0
this
.
bstype
=
0
}
}
}
}
...
...
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