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
64701102
Commit
64701102
authored
Apr 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺视频显示优化
parent
0cead433
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
refundList.html
application/index/view/finance/refundList.html
+1
-1
share_detail.html
application/index/view/share_shop/share_detail.html
+3
-0
b_lunbo.css
public/app/css/b_lunbo.css
+1
-0
detaila_tl.js
public/app/js/detaila_tl.js
+1
-1
No files found.
application/index/view/finance/refundList.html
View file @
64701102
...
...
@@ -449,7 +449,7 @@
<strong><span>
4、入账日期:
<span
id=
"come_time"
></span></span></strong>
</div>
<div
class=
"col-xs-12 l"
>
<strong><span>
5、该收款提交时间:
<span
id=
"pay_create_time"
></span>
(收款ID:
<span
id=
"pay_log_id"
></span>
)
</span></strong>
<strong><span>
5、该收款提交时间
(财务日报日期)
:
<span
id=
"pay_create_time"
></span>
(收款ID:
<span
id=
"pay_log_id"
></span>
)
</span></strong>
</div>
<div
class=
"col-xs-12 l"
>
<strong><span>
6、商铺地址:
<span
id=
"check_addr"
></span></span></strong>
...
...
application/index/view/share_shop/share_detail.html
View file @
64701102
...
...
@@ -47,6 +47,9 @@
#img_item_ul
video
{
width
:
7.5rem
;
}
#img_item_ul
img
{
width
:
7.5rem
;
}
#img_item_ul
li
{
display
:
flex
;
align-items
:
center
;
...
...
public/app/css/b_lunbo.css
View file @
64701102
...
...
@@ -120,6 +120,7 @@
}
.lp-bunner
{
width
:
7.5rem
;
position
:
fixed
;
/*height: 53.2rem;*/
height
:
100vh
;
...
...
public/app/js/detaila_tl.js
View file @
64701102
...
...
@@ -356,7 +356,7 @@
//点击视频详情 返回
$
(
document
).
on
(
'click'
,
'.back-to-shop-detail'
,
function
(
e
)
{
$
(
'.lp-bunner'
).
hide
();
//隐藏视频详情
//
window.location.reload()
window
.
location
.
reload
()
});
$
(
"#fix_tel"
).
click
(
function
()
{
var
_time
=
localStorage
.
getItem
(
_tel
+
"_"
+
_shangpuId
);
...
...
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