This commit is contained in:
2025-03-22 22:46:52 +08:00
parent e58dd8acb5
commit acc513a33d
32 changed files with 248 additions and 76 deletions

View File

@@ -98,6 +98,20 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
$('#c-headimage').val(res.data.smallHeadImgUrl);
},'json');
});
// $(document).on("click", ".tag_add_url", function(data){
// //变更后的回调事件
// let url = 'firmtags/add';
// $.get(url,{firm_customer_req:'firm_customer_req'},function (res) {
// layer.open({
// title: '在线调试',
// area: ['80%', '80%'],
// content: res.html
// });
//
// },'json');
// });
Controller.api.bindevent();
},
edit: function () {