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
d99b0eec
authored
Jul 22, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
b4e983a2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
Application/Home/View/Index/search.html
Application/Home/View/QuotePrice/inquirydetail.html
Application/Home/View/Search/index.html
dist/js/quoteprice/inquirydetail.js
Application/Home/View/Index/search.html
View file @
d99b0eec
...
...
@@ -118,8 +118,8 @@
<
div
class
=
"fl num ellipsis"
>
{{
item
.
goods_name
}}
<
/div
>
<
/div
>
<
div
class
=
"item_middle clr"
>
{{
#
if
(
item
.
source
!=
=
0
){
}}
<
div
class
=
"fl xjNum"
>
{{
item
.
source
}}
个报价
<
/div
>
{{
#
if
(
item
.
offer_num
!
=
0
){
}}
<
div
class
=
"fl xjNum"
>
{{
item
.
offer_num
}}
个报价
<
/div
>
{{
#
}
else
{
}}
<
div
class
=
"fl xj0"
>
等待报价
<
/div
>
{{
#
}
}}
...
...
Application/Home/View/QuotePrice/inquirydetail.html
View file @
d99b0eec
...
...
@@ -151,7 +151,7 @@
<
/div> --
>
<
/div
>
<
div
class
=
"bottom clr"
>
<
div
class
=
"gt_div fl btn btn_yellow"
imid
=
"{{item.im_username}}"
>
<
div
class
=
"gt_div fl btn btn_yellow"
imid
=
"{{item.im_username}}"
userid
=
"{{item.user_id}}"
>
<
span
class
=
"icon iconfont iconjuxing7 va-m"
><
/span
>
在线沟通
<
/div
>
...
...
Application/Home/View/Search/index.html
View file @
d99b0eec
...
...
@@ -123,8 +123,8 @@
<
div
class
=
"fl num ellipsis"
>
{{
item
.
goods_name
}}
<
/div
>
<
/div
>
<
div
class
=
"item_middle clr"
>
{{
#
if
(
item
.
source
!=
=
0
){
}}
<
div
class
=
"fl xjNum"
>
{{
item
.
source
}}
个报价
<
/div
>
{{
#
if
(
item
.
offer_num
!
=
0
){
}}
<
div
class
=
"fl xjNum"
>
{{
item
.
offer_num
}}
个报价
<
/div
>
{{
#
}
else
{
}}
<
div
class
=
"fl xj0"
>
等待报价
<
/div
>
{{
#
}
}}
...
...
dist/js/quoteprice/inquirydetail.js
View file @
d99b0eec
...
...
@@ -80,6 +80,7 @@ $(function () {
if
(
self
.
isClick
)
{
self
.
isClick
=
false
;
var
userId
=
$
(
this
).
attr
(
'imid'
),
id
=
$
(
this
).
attr
(
'userid'
),
parent
=
$
(
this
).
parents
(
'.bj_item'
),
type
=
parent
.
find
(
'.goods_name'
).
text
(),
price
=
parent
.
find
(
'.price'
).
text
(),
...
...
@@ -90,6 +91,7 @@ $(function () {
time
=
parent
.
find
(
'.time'
).
find
(
'span'
).
text
(),
img
=
$
(
'.xj_img'
).
attr
(
'src'
),
name
=
parent
.
find
(
'.name'
).
text
();
obj
=
{
userId
:
userId
,
type
:
type
,
...
...
@@ -100,9 +102,9 @@ $(function () {
hq
:
hq
,
time
:
time
,
image
:
img
,
userName
:
name
userName
:
name
,
id
:
id
};
console
.
log
(
obj
)
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