|
@@ -697,7 +697,9 @@ class User extends BaseModel
|
|
|
['col' => 12, 'name' => '默认收货地址', 'value' => $thisAddress ? '收货人:' . $thisAddress['real_name'] . '邮编:' . $thisAddress['post_code'] . ' 收货人电话:' . $thisAddress['phone'] . ' 地址:' . $thisAddress['province'] . ' ' . $thisAddress['city'] . ' ' . $thisAddress['district'] . ' ' . $thisAddress['detail'] : ''],
|
|
['col' => 12, 'name' => '默认收货地址', 'value' => $thisAddress ? '收货人:' . $thisAddress['real_name'] . '邮编:' . $thisAddress['post_code'] . ' 收货人电话:' . $thisAddress['phone'] . ' 地址:' . $thisAddress['province'] . ' ' . $thisAddress['city'] . ' ' . $thisAddress['district'] . ' ' . $thisAddress['detail'] : ''],
|
|
|
// ['name'=>'微信OpenID','value'=>WechatUser::where('uid', $uid)->value('openid'),'col'=>8],
|
|
// ['name'=>'微信OpenID','value'=>WechatUser::where('uid', $uid)->value('openid'),'col'=>8],
|
|
|
['name' => '手机号码', 'value' => $UserInfo['phone']],
|
|
['name' => '手机号码', 'value' => $UserInfo['phone']],
|
|
|
-// ['name'=>'ID','value'=>$uid],
|
|
|
|
|
|
|
+ ['name'=>'购物积分','value'=>$UserInfo['sp_final']],
|
|
|
|
|
+ ['name'=>'广告值','value'=>$UserInfo['aid_val']],
|
|
|
|
|
+ ['name'=>'提货券','value'=>$UserInfo['top_ticket']],
|
|
|
['name' => '姓名', 'value' => ''],
|
|
['name' => '姓名', 'value' => ''],
|
|
|
['name' => '微信昵称', 'value' => $UserInfo['nickname']],
|
|
['name' => '微信昵称', 'value' => $UserInfo['nickname']],
|
|
|
['name' => '邮箱', 'value' => ''],
|
|
['name' => '邮箱', 'value' => ''],
|