From 0023350eb80954fa522c206332d825569ea36f9e Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Fri, 28 Jun 2019 10:04:03 +0800
Subject: [PATCH] 5

---
 public/themes/simpleboot3/portal/orderpage/order_page.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/orderpage/order_page.html b/public/themes/simpleboot3/portal/orderpage/order_page.html
index 4e3d7f0..dd6cf9f 100755
--- a/public/themes/simpleboot3/portal/orderpage/order_page.html
+++ b/public/themes/simpleboot3/portal/orderpage/order_page.html
@@ -123,6 +123,7 @@
      */
     function go_pay(){
         indnet_id = "{$indent_id}";
+        indent_address = "{$address}";
         $.post("{:url('Order/is_my_salesman')}",{indent_id:indnet_id},function(data){
             if(data){
                 name = $('#name').text();
@@ -137,7 +138,7 @@
                 }else{
                     id = {$indent_id};
                     liuyan = $('#liuyan').val();
-                    $.post("{:url('Orderpage/goods_leave_word_update')}",{id:id,leave_word:liuyan,indent_address:indnet_id},function(data){
+                    $.post("{:url('Orderpage/goods_leave_word_update')}",{id:id,leave_word:liuyan,indent_address:indent_address},function(data){
                         if(data){
                             window.location.href = "{:url('Pay/index',array('id'=>$indent_id))}";
                         }else{
--
libgit2 0.24.0