dyjh 6 năm trước cách đây
mục cha
commit
73ad42872b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/web/order/index.blade.php

+ 1 - 1
resources/views/web/order/index.blade.php

xqd
@@ -249,7 +249,7 @@
                 url:"{{ url('/web/Index/getCode') }}",
                 success:function (msg) {
                     var data = eval('('+msg+')');
-                    console.log(data);
+                    console.log(data['msg']);
                     if(msg.state ==1){
                         alert('发送成功');
                     }else{