作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

证书

@@ -42,7 +42,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin @@ -42,7 +42,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
42 data:{'admin_id':admin_id,'total':total}, 42 data:{'admin_id':admin_id,'total':total},
43 success:function(res){ 43 success:function(res){
44 if(res.code == 1){ 44 if(res.code == 1){
45 - $('.qrcode').show().chilren('img')[0].attr('src',window.location.protocol+"//"+window.location.host+"/admin/pay_view/pay/order_id/"+res.data.order_id); 45 + $('.qrcode').show().find('img').first().attr('src',window.location.protocol+"//"+window.location.host+"/admin/pay_view/pay/order_id/"+res.data.order_id);
46 }else{ 46 }else{
47 top.window.Layer.open({ 47 top.window.Layer.open({
48 title:'温馨提示', 48 title:'温馨提示',