is_shop
This commit is contained in:
@@ -233,7 +233,7 @@ namespace extend\chat\model;
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 判断是不是商家发的
|
// 判断是不是商家发的
|
||||||
if($is_member['role'] == 2) {
|
if($is_member['role'] == 1) {
|
||||||
$notice_data['is_shop'] = 1; // 商家
|
$notice_data['is_shop'] = 1; // 商家
|
||||||
}else {
|
}else {
|
||||||
$notice_data['is_shop'] = 2; // 不是商家
|
$notice_data['is_shop'] = 2; // 不是商家
|
||||||
|
|||||||
Reference in New Issue
Block a user