细节优化

This commit is contained in:
gongfuxiang
2019-06-16 00:38:35 +08:00
parent 1177d3eb3a
commit 7bd32c03d0
3 changed files with 39 additions and 4 deletions

View File

@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
namespace app\admin\controller;
use app\service\StatisticalService;
use app\service\StoreService;
/**
* 应用商店
@ -48,7 +48,7 @@ class Store extends Common
*/
public function Index()
{
$this->assign('store_url', config('shopxo.store_url').'?url='.urlencode(__MY_URL__));
$this->assign('store_url', StoreService::StoreUrl());
return $this->fetch();
}
}