记得上下班打卡 | git大法好,push需谨慎

Commit f090f32b authored by 胡佳晨's avatar 胡佳晨

admin 增加 初始化 transferStatus = 5 的转赠状态

更改为可转赠状态
parent bea44164
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
}); });
function f(id) { function f(id) {
$.post(prefix + "/kylin/initTransfer",{orderId:id},function (res) { $.post(prefix + "/initTransfer",{orderId:id},function (res) {
alert(res.msg) alert(res.msg)
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment