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
1a6a63f1
authored
Jul 29, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
c2fdcb6b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
Application/Home/View/Search/index.html
dist/js/global/api.js
dist/js/home/index.js
Application/Home/View/Search/index.html
View file @
1a6a63f1
...
...
@@ -105,7 +105,7 @@
--
{{
#
}
}}
<
/span
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company
||
'
'
}}
<
/div
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company
_name
||
'--
'
}}
<
/div
>
<
/div
>
<
/div
>
{{
#
});
}}
...
...
dist/js/global/api.js
View file @
1a6a63f1
...
...
@@ -181,7 +181,11 @@
/**
* 标记会员通知(已读)
*/
userMarkmsg
:
user_url
+
'/user/markmsg'
userMarkmsg
:
user_url
+
'/user/markmsg'
,
/***
* 热门搜索
*/
hotgoods
:
home_url
+
'/hotgoods'
};
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
return
apis
;
...
...
dist/js/home/index.js
View file @
1a6a63f1
...
...
@@ -4,6 +4,19 @@ $(function () {
this
.
bindFun
();
this
.
getXbData
(
1
);
this
.
getNewXj
();
this
.
getHot
();
},
getHot
:
function
(){
IcController
.
getData
(
apis
.
hotgoods
,
'GET'
,
{},
function
(
res
)
{
if
(
res
.
errcode
===
0
)
{
}
else
{
}
})
},
getXbData
:
function
(
type
)
{
//1报价 2询价
var
url
;
...
...
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