From 0e5f6d82775760ada0912d3478f2675d355f811b Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Fri, 21 Jun 2019 14:16:05 +0800 Subject: [PATCH] 4 --- public/themes/simpleboot3/portal/orderpage/order_salesman_kd.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/portal/orderpage/order_salesman_kd.html b/public/themes/simpleboot3/portal/orderpage/order_salesman_kd.html index 2f8a0d8..448af99 100755 --- a/public/themes/simpleboot3/portal/orderpage/order_salesman_kd.html +++ b/public/themes/simpleboot3/portal/orderpage/order_salesman_kd.html @@ -139,7 +139,7 @@ *点击去支付 */ function go_pay(){ - indnet_id = "{$indent_id}"; + indnet_id = "{$indet_id}"; $.post("{:url('Order/is_my_salesman')}",{indent_id:indnet_id},function(data){ if(data){ name = $('#name').text(); -- libgit2 0.24.0