|
@@ -186,7 +186,7 @@ class StoreService extends BaseService
|
|
|
|
|
|
|
|
// 密码处理
|
|
// 密码处理
|
|
|
if (isset($data['password']) && $data['password']) {
|
|
if (isset($data['password']) && $data['password']) {
|
|
|
- $data['password'] = get_password(trim($data['password']));
|
|
|
|
|
|
|
+ $data['password'] = get_password(trim($data['password']). $mobile);
|
|
|
} else {
|
|
} else {
|
|
|
// 编辑时如果密码为空则不更新密码
|
|
// 编辑时如果密码为空则不更新密码
|
|
|
unset($data['password']);
|
|
unset($data['password']);
|