Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
5623ee9d
Commit
5623ee9d
authored
May 09, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
喜报修改
parent
4cfd4d7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
feeds.vue
public/appnew/src/components/feed/feeds.vue
+15
-16
No files found.
public/appnew/src/components/feed/feeds.vue
View file @
5623ee9d
<
template
>
<div>
<div>
<div
class=
"story_con"
>
<img
:src=
"chengjiaoxibao_pic"
class=
"chengjiaoxibao_di_pic"
>
<div
class=
"story_conent"
>
...
...
@@ -9,18 +9,18 @@
热烈祝贺
</span>
<span
class=
"story_font_span1"
>
同联商业
{{
deal_name
}}
</span>
<span>
于
</span>
<div
class=
"story_font2"
>
<span>
[
</span>
<span
class=
"story_font_span2"
>
{{
time
}}
</span>
<span
class=
"story_font_span2"
>
{{
deal_
time
}}
</span>
<span>
]
</span>
</div>
<div
class=
"story_font2"
>
<span
class=
"story_font_span3"
>
成交
</span>
<span
class=
"story_font_span4"
>
{{
name
}}
</span>
<span
class=
"story_font_span4"
>
{{
deal_shop
}}
</span>
<span
class=
"story_font_span5"
>
商铺一套!
</span>
</div>
</div>
...
...
@@ -29,11 +29,11 @@
<span
class=
"ic_star_span"
>
好项目就是这么热销
</span>
<img
:src=
"ic_star"
class=
"ic_star1"
>
<p>
<span
class=
"story_font_span6"
>
{{
name
}}
</span>
,值得你信赖的商铺.
<span
class=
"story_font_span6"
>
同联商业
</span>
,值得你信赖的平台
</p>
<img
:src=
"line_down"
class=
"line_down"
>
<img
:src=
"zan_clickpic"
class=
"zan"
@
click=
"clickZan"
>
<p
style=
"margin-top:-0.35rem"
class=
"story_font_p"
>
赞
{{
num
}}
</p>
<p
style=
"margin-top:-0.35rem"
class=
"story_font_p"
>
赞
{{
show_zan
num
}}
</p>
</div>
</div>
...
...
@@ -62,11 +62,12 @@
zan
,
zan_1
,
five
,
name
:
''
,
time
:
''
,
deal_name
:
''
,
deal_time
:
''
,
deal_shop
:
''
,
zan_clickpic
:
zan
,
click_num
:
1
,
num
:
''
,
show_zan
num
:
''
,
read_num
:
1
,
zan_pic
:
false
,
feed_id
:
''
,
...
...
@@ -102,9 +103,9 @@
})
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
)
{
_this
.
time
=
response
.
data
.
data
.
create_time
;
_this
.
name
=
response
.
data
.
data
.
house_title
;
_this
.
num
=
response
.
data
.
data
.
click_num
;
_this
.
deal_
time
=
response
.
data
.
data
.
create_time
;
_this
.
deal_shop
=
response
.
data
.
data
.
house_title
;
_this
.
show_zan
num
=
response
.
data
.
data
.
click_num
;
}
else
{}
})
...
...
@@ -127,7 +128,7 @@
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
)
{
_this
.
zan_pic
=
true
;
_this
.
num
=
_this
.
num
+
1
;
_this
.
show_zannum
=
_this
.
show_zan
num
+
1
;
setTimeout
(
function
()
{
_this
.
zan_pic
=
false
;
},
850
);
...
...
@@ -149,7 +150,7 @@
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
)
{
_this
.
zan_pic
=
false
;
_this
.
num
=
_this
.
num
-
1
;
_this
.
show_zannum
=
_this
.
show_zan
num
-
1
;
}
})
...
...
@@ -316,6 +317,5 @@
#zan_1
{
width
:
4rem
;
height
:
6rem
;
/*display: none;*/
}
</
style
>
\ No newline at end of file
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