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
47589bcc
authored
Jul 23, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
ab06d6e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
Application/Home/View/QuotePrice/inquirydetail.html
dist/js/chat/index.js
dist/js/quoteprice/inquirydetail.js
Application/Home/View/QuotePrice/inquirydetail.html
View file @
47589bcc
...
...
@@ -151,7 +151,7 @@
<
/div> --
>
<
/div
>
<
div
class
=
"bottom clr"
>
<
div
class
=
"gt_div fl btn btn_yellow"
imid
=
"{{item.im_username}}"
userid
=
"{{item.user_id}}"
>
<
div
class
=
"gt_div fl btn btn_yellow"
imid
=
"{{item.im_username}}"
userid
=
"{{item.user_id}}"
avatar
=
"{{item.avatar}}"
>
<
span
class
=
"icon iconfont iconjuxing7 va-m"
><
/span
>
在线沟通
<
/div
>
...
...
dist/js/chat/index.js
View file @
47589bcc
This diff is collapsed.
Click to expand it.
dist/js/quoteprice/inquirydetail.js
View file @
47589bcc
...
...
@@ -81,6 +81,7 @@ $(function () {
self
.
isClick
=
false
;
var
userId
=
$
(
this
).
attr
(
'imid'
),
id
=
$
(
this
).
attr
(
'userid'
),
userImg
=
$
(
this
).
attr
(
'avatar'
),
parent
=
$
(
this
).
parents
(
'.bj_item'
),
type
=
parent
.
find
(
'.goods_name'
).
text
(),
price
=
parent
.
find
(
'.price'
).
text
(),
...
...
@@ -103,8 +104,10 @@ $(function () {
time
:
time
,
goodImage
:
img
,
userName
:
name
,
targetId
:
id
targetId
:
id
,
userImg
:
userImg
};
Util
.
setCookie
(
'templateBoolean'
,
'1'
,
1
,
cookieHostname
)
Util
.
setCookie
(
'template'
,
JSON
.
stringify
(
obj
),
1
,
cookieHostname
)
window
.
location
.
href
=
'/chat'
}
else
{
...
...
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