mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
修复核销服务码链接错误问题。
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
//监听 表格复选框操作
|
||||
|
||||
layui.form.on('switch(switch_isVerification)', function (obj) {
|
||||
coreHelper.Post("Api/CoreCmsUserServicesTicket/DoSetisVerification", { id: this.value, data: obj.elem.checked }, function (e) {
|
||||
coreHelper.Post("Api/CoreCmsUserServicesOrder/DoSetisVerification", { id: this.value, data: obj.elem.checked }, function (e) {
|
||||
if (debug) { console.log(e); } //开启调试返回数据
|
||||
//table.reloadData('LAY-app-CoreCmsUserServicesTicket-tableBox');
|
||||
layer.msg(e.msg);
|
||||
|
||||
Reference in New Issue
Block a user