Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
889763ef
authored
Nov 21, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
74e8b183
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
Application/Search/View/Index/search.html
dist/js/global/global.min.js
Application/Search/View/Index/search.html
View file @
889763ef
...
...
@@ -113,7 +113,7 @@
<
/div
>
{{
#
}
}}
<
div
class
=
"btn_div"
>
<
a
class
=
"btn btn_blue"
href
=
"passporticsales"
>
登录,查看更多结果
<
/a
>
<
a
class
=
"btn btn_blue"
href
=
"passporticsales
?flag=password
"
>
登录,查看更多结果
<
/a
>
<
/div
>
</script>
<!-- 询价模板 -->
...
...
@@ -171,7 +171,7 @@
<
/div
>
{{
#
}
}}
<
div
class
=
"btn_div"
>
<
a
class
=
"btn btn_blue"
href
=
"passporticsales"
>
登录,查看更多结果
<
/a
>
<
a
class
=
"btn btn_blue"
href
=
"passporticsales
?flag=password
"
>
登录,查看更多结果
<
/a
>
<
/div
>
</script>
</body>
...
...
dist/js/global/global.min.js
View file @
889763ef
...
...
@@ -228,7 +228,7 @@
if
(
token
)
{
window
.
location
.
href
=
home_url
}
else
{
window
.
location
.
href
=
passport_url
;
window
.
location
.
href
=
passport_url
+
'?flag=password'
;
}
});
...
...
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