Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
Overview
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
hanpeng
wechat_lung
Commits
5369e5df
Commit
5369e5df
authored
Oct 25, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'审核中的帖子禁止编辑'
parent
2c77da1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.css
medtap_bbs_lung/css/index.css
+2
-0
cardDetail.js
medtap_bbs_lung/javaScript/cardDetail.js
+1
-1
No files found.
medtap_bbs_lung/css/index.css
View file @
5369e5df
...
...
@@ -147,6 +147,8 @@ body {
.list_item_content_img
{
margin-top
:
0.3rem
;
width
:
2rem
!important
;
height
:
auto
!important
;
}
.list_item_content_imgMore
{
...
...
medtap_bbs_lung/javaScript/cardDetail.js
View file @
5369e5df
...
...
@@ -9,7 +9,7 @@ define(['zepto', 'medtap'], function($, medtap) {
agencyId
:
''
,
shareId
:
medtap
.
getRequest
(
'agencyId'
),
// 贴子审批状态
status
:
medtap
.
getRequest
(
'status'
),
status
:
medtap
.
getRequest
(
'status'
)
||
'1'
,
init
:
function
()
{
card
.
getShareInfoByToken
();
card
.
getCardDetail
();
...
...
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