Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
3169c190
Commit
3169c190
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
引导页
parent
b7ec9f6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
yindao_android.html
application/index/view/share_office_room/yindao_android.html
+1
-1
yindao_ios.html
application/index/view/share_office_room/yindao_ios.html
+1
-1
No files found.
application/index/view/share_office_room/yindao_android.html
View file @
3169c190
...
...
@@ -21,7 +21,7 @@
console
.
log
(
"yindao"
)
var
params
=
"?"
+
window
.
location
.
href
.
split
(
'?'
)[
1
];
if
(
navigator
.
userAgent
.
toLowerCase
().
match
(
/MicroMessenger/i
)
!=
'micromessenger'
)
{
location
.
href
=
"
shareShop
"
+
params
;
location
.
href
=
"
ShareOfficeRoom
"
+
params
;
}
else
{
console
.
log
(
"wechart net"
);
}
...
...
application/index/view/share_office_room/yindao_ios.html
View file @
3169c190
...
...
@@ -22,7 +22,7 @@
var
params
=
"?"
+
window
.
location
.
href
.
split
(
'?'
)[
1
]
if
(
navigator
.
userAgent
.
toLowerCase
().
match
(
/MicroMessenger/i
)
!=
'micromessenger'
)
{
console
.
log
(
window
.
location
);
location
.
href
=
"
shareShop
"
+
params
;
location
.
href
=
"
ShareOfficeRoom
"
+
params
;
}
else
{
console
.
log
(
"wechart net"
)
}
...
...
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