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
f47d5204
authored
Jul 16, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
c82f6320
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
6 deletions
Application/Home/View/RobOrder/index.html
Application/Home/View/Search/index.html
dist/css/chat.css
dist/css/chat.less
dist/js/chat/index.js
dist/js/chat/websdk-1.4.8.js
dist/js/global/global.min.js
dist/js/search/index.js
Application/Home/View/RobOrder/index.html
View file @
f47d5204
...
...
@@ -40,8 +40,7 @@
<script
type=
"text/html"
id=
"zqTpl"
>
<
div
class
=
"my_xj_list clr "
>
{{
#
layui
.
each
(
d
,
function
(
index
,
item
){
}}
<
div
class
=
"my_xj_item fl boxsiz"
style
=
"cursor:pointer"
userid
=
"{{item.inquiry_items_id}}"
offerid
=
"{{item.offer_id}}"
>
<
div
class
=
"my_xj_item fl boxsiz"
style
=
"cursor:pointer"
userid
=
"{{item.inquiry_items_id}}"
>
<
div
class
=
"item_top clr"
>
<
div
class
=
"fl num ellipsis"
>
{{
item
.
goods_name
}}
<
/div
>
<
/div
>
...
...
Application/Home/View/Search/index.html
View file @
f47d5204
...
...
@@ -98,7 +98,7 @@
<script
type=
"text/html"
id=
"xjhtml"
>
<
div
class
=
"my_xj_list clr "
>
{{
#
layui
.
each
(
d
,
function
(
index
,
item
){
}}
<
div
class
=
"my_xj_item fl boxsiz"
>
<
div
class
=
"my_xj_item fl boxsiz
xj_item"
style
=
"cursor:pointer"
userid
=
"{{item.inquiry_items_id}}
"
>
<
div
class
=
"item_top clr"
>
<
div
class
=
"fl num ellipsis"
>
{{
item
.
goods_name
}}
<
/div
>
<
/div
>
...
...
dist/css/chat.css
View file @
f47d5204
...
...
@@ -88,6 +88,7 @@
}
.chat_content
.content
.content_div
.notice_right
.edit_img
{
cursor
:
pointer
;
max-width
:
100%
;
}
.chat_content
.content
.content_div
.notice_right
.chat_item
{
display
:
none
;
...
...
dist/css/chat.less
View file @
f47d5204
...
...
@@ -108,6 +108,7 @@
.edit_img {
cursor: pointer;
max-width: 100%;
}
.chat_item {
...
...
dist/js/chat/index.js
View file @
f47d5204
This diff is collapsed.
Click to expand it.
dist/js/chat/websdk-1.4.8.js
View file @
f47d5204
This diff could not be displayed because it is too large.
dist/js/global/global.min.js
View file @
f47d5204
...
...
@@ -43,7 +43,7 @@
withCredentials
:
true
},
success
:
function
(
data
)
{
//处理token失效的情况
if
(
data
.
errcode
===
501
||
data
.
err_code
===
501
)
{
...
...
@@ -55,7 +55,6 @@
});
}
else
{
typeof
callback
==
'function'
&&
callback
(
data
);
layer
.
close
(
index
);
...
...
dist/js/search/index.js
View file @
f47d5204
...
...
@@ -86,7 +86,11 @@ $(function () {
time
=
new
Date
(
Util
.
getDay
(
-
7
));
self
.
getData
(
spOrXj
,
1
,
time
.
getTime
()
/
1000
)
}
})
});
$
(
'.goods_data_list'
).
on
(
'click'
,
'.xj_item'
,
function
(){
var
userid
=
$
(
this
).
attr
(
'userid'
);
window
.
location
.
href
=
"/quotedetail?id="
+
userid
});
}
};
search
.
init
();
...
...
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