mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化多次评价回复的bug
This commit is contained in:
parent
ca5e49e864
commit
8e5b7caaf1
@ -10,7 +10,7 @@
|
||||
},
|
||||
_initEvent: function () {
|
||||
vc.on('replyComplaintAppraise', 'openReplyComplaintAppraiseModal', function (_appraise) {
|
||||
vc.copyObject(_appraise,$that.replyComplaintAppraiseInfo);
|
||||
vc.copyObject(_appraise, $that.replyComplaintAppraiseInfo);
|
||||
$('#replyComplaintAppraiseModel').modal('show');
|
||||
});
|
||||
},
|
||||
@ -46,7 +46,7 @@
|
||||
return;
|
||||
}
|
||||
$that.replyComplaintAppraiseInfo.communityId = vc.getCurrentCommunity().communityId;
|
||||
|
||||
|
||||
vc.http.apiPost(
|
||||
'/complaintAppraise.replyComplaintAppraise',
|
||||
JSON.stringify($that.replyComplaintAppraiseInfo),
|
||||
@ -74,10 +74,8 @@
|
||||
},
|
||||
clearReplyComplaintAppraiseInfo: function () {
|
||||
$that.replyComplaintAppraiseInfo = {
|
||||
title: '',
|
||||
pubType: '',
|
||||
headerImg: '',
|
||||
context: ''
|
||||
appraiseId: '',
|
||||
replyContext: '',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<div>
|
||||
|
||||
<div class="ibox">
|
||||
<div class="ibox-title">
|
||||
<h5>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user