Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tmq
9 years ago
Commit
87c2ddb5374f2e203e24f44ad925bffe50aba2f4
1 parent
f3158f49
test
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
res/js/yohood.js
website/view/script/news/detailmobile.php
res/js/yohood.js
View file @
87c2ddb
...
...
@@ -617,7 +617,7 @@ define('yohood', function(require, exports) {
shareUrl
=
$
(
".share"
).
attr
(
"data-link"
);
shareCover
=
$
(
".share"
).
attr
(
"cover-url"
);
detailTitle
=
$
(
"input[name=title]"
).
val
();
detailTitle
=
$
(
'#title'
).
val
();
detailSubtitle
=
$
(
'.detail-title'
).
find
(
'h3'
);
//分享
share
.
init
({
...
...
website/view/script/news/detailmobile.php
View file @
87c2ddb
...
...
@@ -2,7 +2,7 @@
<?php
$this
->
_block
(
'main'
);
?>
<div
class=
"detail-title"
>
<h2
class=
"title"
>
<?php
echo
$this
->
view
->
info
[
'title'
]
?>
</h2>
<input
type=
"hidden"
name=
"title"
value=
"
<?php
echo
$this
->
view
->
info
[
'title'
]
?>
"
>
<input
type=
"hidden"
name=
"title
s"
id=
"title
"
value=
"
<?php
echo
$this
->
view
->
info
[
'title'
]
?>
"
>
<h3
class=
"subtitle"
>
<?php
echo
date
(
'm月d日 H:i'
,
$this
->
view
->
info
[
'create_time'
])
?>
</h3>
</div>
<?php
if
(
!
empty
(
$this
->
view
->
info
[
'pics'
]))
:?>
...
...
Please
register
or
login
to post a comment