金柚
This commit is contained in:
@@ -34,8 +34,8 @@ class Jinyoujt extends Controller
|
|||||||
if ($user_info['discount_id'] == -1) {
|
if ($user_info['discount_id'] == -1) {
|
||||||
$user_price_model = new UserPriceModel;
|
$user_price_model = new UserPriceModel;
|
||||||
$user_price_list = $user_price_model->getList(['UserId' => $this->userinfo['UserId'],'ProductId' => 28]);
|
$user_price_list = $user_price_model->getList(['UserId' => $this->userinfo['UserId'],'ProductId' => 28]);
|
||||||
foreach ($user_price_list as $info) {
|
foreach ($user_price_list as $infos) {
|
||||||
$user_price[$info['PackageId']] = $info['UserPrice'];
|
$user_price[$infos['PackageId']] = $infos['UserPrice'];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$scheme_model = new SchemeModel;
|
$scheme_model = new SchemeModel;
|
||||||
|
|||||||
Reference in New Issue
Block a user