|
|
|
@ -231,7 +231,7 @@ class StoreKeeper extends Controller |
|
|
|
|
} |
|
|
|
|
$copy_text .= "收件地址:$address{$value['address']['detail']}\n"; |
|
|
|
|
} |
|
|
|
|
$list['data']['copy_text'] = $copy_text; |
|
|
|
|
$list['data'][$key]['copy_text'] = $copy_text; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return $this->renderSuccess(compact('dataType', 'list')); |
|
|
|
|