Commit 1007f502 by 杨树贤

修复审核兑换的时候不显示电话的问题

parent 82e303d3
Showing with 1 additions and 2 deletions
...@@ -97,8 +97,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () { ...@@ -97,8 +97,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
var layEvent = obj.event; var layEvent = obj.event;
switch (layEvent) { switch (layEvent) {
case 'audit': case 'audit':
window.location = '/user_exchanges/auditUserExchange?id=' window.location = `/user_exchanges/auditUserExchange?id=${obj.data.id}&user_id=${obj.data.user_id}`;
+ obj.data.id;
break; break;
case 'bills': case 'bills':
window.location = '/user_exchanges/userExchangeBillList?user_id=' window.location = '/user_exchanges/userExchangeBillList?user_id='
......
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 sign in to comment