|
|
@@ -292,7 +292,8 @@ class MainController extends BaseController
|
|
|
if (isset($shop->avatar) && !empty($shop->avatar)) {
|
|
|
$shopImg = Yii::$app->params['ghsImgHost'] . $shop->avatar;
|
|
|
}
|
|
|
- $deadline = $sj['deadline'] ?? '';
|
|
|
+ // 到期时间取当前门店 xhShop.deadline(续费、业务校验均以此为准)
|
|
|
+ $deadline = $shop->deadline ?? '';
|
|
|
$relation = isset($this->shopAdmin) && !empty($this->shopAdmin) ? $this->shopAdmin->attributes : [];
|
|
|
$adminName = $relation['name'] ?? '';
|
|
|
$eId = $relation['id'] ?? 0;
|