提交 64effe53 编写于 作者: D devil_gong

新增地址数据未定义修复

上级 4be3cc0a
......@@ -69,6 +69,8 @@ class UserAddress extends Common
$params['user'] = $this->user;
$data = UserService::UserAddressRow($params);
$this->assign('data', $data['data']);
} else {
$this->assign('data', []);
}
return $this->fetch();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册