mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunityWeb
This commit is contained in:
commit
fd2ca8b4ab
@ -10,7 +10,7 @@
|
||||
|
||||
},
|
||||
_initEvent:function(){
|
||||
vc.on('deleteReportInfoSetting','opendeleteReportInfoSettingModal',function(_params){
|
||||
vc.on('deleteReportInfoSetting','openDeleteReportInfoSettingModal',function(_params){
|
||||
|
||||
vc.component.deleteReportInfoSettingInfo = _params;
|
||||
$('#deleteReportInfoSettingModel').modal('show');
|
||||
|
||||
@ -101,6 +101,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body text-center">
|
||||
<div>此功能需部署公众号且编码映射中键:OWNER_WECHAT_URL 的值已经修改为您的公众号地址。</div>
|
||||
<div id="qrcode" style="width:200px; height:200px; "></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
||||
@ -66,6 +66,8 @@
|
||||
},
|
||||
_openDeleteReportInfoSettingModel: function(_reportInfoSetting) {
|
||||
vc.emit('deleteReportInfoSetting', 'openDeleteReportInfoSettingModal', _reportInfoSetting);
|
||||
|
||||
console.log(_reportInfoSetting);
|
||||
},
|
||||
_queryReportInfoSettingMethod: function() {
|
||||
vc.component._listReportInfoSettings(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user