|
@@ -269,8 +269,8 @@ return array
|
|
|
(
|
|
|
'api' => 'passport/address-one',//接口地址,最好是获取多条数据的地址
|
|
|
'col' => 'mobile',//要查询的字段
|
|
|
- 'result' => 'uid',//返回的字段
|
|
|
- 'search' => 'uid',//本表的字段,默认为当前的字段
|
|
|
+ 'result' => 'id',//返回的字段
|
|
|
+ 'search' => 'address_id',//本表的字段,默认为当前的字段
|
|
|
),
|
|
|
'list' => $search_option_shop_type == 1 ? false : 'Dever::load("passport/address-one#mobile", {address_id})',
|
|
|
'list_order' => 6,
|