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
b7ec9f6f
Commit
b7ec9f6f
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
336463f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
0 deletions
+65
-0
yindao_android.html
application/index/view/share_office_room/yindao_android.html
+31
-0
yindao_ios.html
application/index/view/share_office_room/yindao_ios.html
+32
-0
route.php
application/route.php
+2
-0
No files found.
application/index/view/share_office_room/yindao_android.html
0 → 100644
View file @
b7ec9f6f
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title>
同联商业
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=10"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
/>
<meta
name=
"Keywords"
content=
""
/>
<meta
name=
"Description"
content=
""
/>
<link>
</head>
<body>
<div
style=
"width:100%;height:100%"
>
<image
style=
"width:100%;height:80%;position:fixed;top:5%;left:0px;z-index:10000;"
src=
"/app/images/android@2x.png"
/>
</div>
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></script>
<script>
$
(
document
).
ready
(
function
(){
console
.
log
(
"yindao"
)
var
params
=
"?"
+
window
.
location
.
href
.
split
(
'?'
)[
1
];
if
(
navigator
.
userAgent
.
toLowerCase
().
match
(
/MicroMessenger/i
)
!=
'micromessenger'
)
{
location
.
href
=
"shareShop"
+
params
;
}
else
{
console
.
log
(
"wechart net"
);
}
})
</script>
</body>
</html>
application/index/view/share_office_room/yindao_ios.html
0 → 100644
View file @
b7ec9f6f
<!doctype html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title>
同联商业
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=10"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
/>
<meta
name=
"Keywords"
content=
""
/>
<meta
name=
"Description"
content=
""
/>
<link>
</head>
<body>
<div
style=
"width:100%;height:100%"
>
<image
style=
"width:100%;height:80%;position:fixed;top:5%;left:0px;z-index:10000;"
src=
"/app/images/ios@2x.png"
/>
</div>
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></script>
<script>
$
(
document
).
ready
(
function
(){
console
.
log
(
"yindao"
)
var
params
=
"?"
+
window
.
location
.
href
.
split
(
'?'
)[
1
]
if
(
navigator
.
userAgent
.
toLowerCase
().
match
(
/MicroMessenger/i
)
!=
'micromessenger'
)
{
console
.
log
(
window
.
location
);
location
.
href
=
"shareShop"
+
params
;
}
else
{
console
.
log
(
"wechart net"
)
}
})
</script>
</body>
</html>
application/route.php
View file @
b7ec9f6f
...
@@ -499,6 +499,8 @@ Route::group('index', [
...
@@ -499,6 +499,8 @@ Route::group('index', [
'getFindShopListIsMy'
=>
[
'index/FindShop/getFindShopList'
,
[
'method'
=>
'POST|GET'
]],
'getFindShopListIsMy'
=>
[
'index/FindShop/getFindShopList'
,
[
'method'
=>
'POST|GET'
]],
'ShareOfficeRoom'
=>
[
'index/ShareOfficeRoom/ShareOfficeRoom'
,
[
'method'
=>
'POST|GET'
]],
'ShareOfficeRoom'
=>
[
'index/ShareOfficeRoom/ShareOfficeRoom'
,
[
'method'
=>
'POST|GET'
]],
'yindaoAndroidOffice'
=>
[
'index/ShareOfficeRoom/yindaoAndroid'
,
[
'method'
=>
'POST|GET'
]],
'yindaoIosOffice'
=>
[
'index/ShareOfficeRoom/yindaoIos'
,
[
'method'
=>
'POST|GET'
]],
]);
]);
...
...
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