mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
问卷删除功能及正确二位码提示
This commit is contained in:
parent
887aed39e2
commit
4fb4c83103
@ -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