Commit 514d1c59 by 冷斌

fix bug

parent e4268d30
......@@ -110,7 +110,7 @@
</head>
<body >
<div class="header">
ID:<input type="text" name="id">
ID:<input id="uid" type="text" name="id">
</div>
<div class="line"></div>
......@@ -144,8 +144,8 @@
var money=$(this).attr("data-price");
var chargeid=$(this).attr("data-id");
$.ajax({
url:'/wxshare/index.php/Share/getOrderId',
data:{ chargeid: chargeid },
url:'/wxshare/index.php?g=home&c=share&a=getOrderId',
data:{ chargeid: chargeid, uid: $('#uid').val() },
dataType:'json',
success:function(data){
console.log(data);
......
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