Commit 5369e5df by zujiaozhang

'审核中的帖子禁止编辑'

parent 2c77da1a
......@@ -147,6 +147,8 @@ body {
.list_item_content_img {
margin-top: 0.3rem;
width: 2rem!important;
height: auto!important;
}
.list_item_content_imgMore {
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment