mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05:00
fix: correct know file issues
This commit is contained in:
parent
c89b57422a
commit
8ec568c24d
@ -59,7 +59,7 @@ class PlanService
|
|||||||
{
|
{
|
||||||
// 如果是续费
|
// 如果是续费
|
||||||
if ($user->plan_id === $plan->id) {
|
if ($user->plan_id === $plan->id) {
|
||||||
return $plan->sell && $plan->renew;
|
return $plan->renew;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果是新购
|
// 如果是新购
|
||||||
|
4
public/assets/admin/assets/index.js
vendored
4
public/assets/admin/assets/index.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user