Your Name 2 years ago
parent
commit
da3c1696a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -1767,7 +1767,7 @@ class Sell
                 $button[0]['btn'][] = array
                 (
                     'type' => 'edit',
-                    'link' => Dever::url('project/database/update?project=shop&table=info&where_id='.$info['address_id'].'&status=1&col=contact,mobile,area,address,house_number', 'manage'),
+                    'link' => Dever::url('project/database/update?project=passport&table=address&where_id='.$info['address_id'].'&status=1&col=contact,mobile,area,address,house_number', 'manage'),
                     'name' => '修改地址',
                 );
             }