|
|
@@ -34,7 +34,9 @@ class NoticeClass extends BaseClass
|
|
|
public static function cashPassNotice($shop, $cash)
|
|
|
{
|
|
|
$shopId = $shop->id;
|
|
|
+ $ptStyle = $shop->ptStyle;
|
|
|
$amount = $cash->amount;
|
|
|
+ Yii::$app->params['ptStyle'] = $ptStyle;
|
|
|
$adminList = ShopAdminClass::getRemainAdmin($shopId);
|
|
|
if (empty($adminList)) {
|
|
|
return false;
|