|
|
@@ -30,7 +30,7 @@ class MainController extends BaseController
|
|
|
$merchant = WxOpenClass::getMallWxInfo();
|
|
|
$page = 'pages/home/index';
|
|
|
$ptStyle = dict::getDict('ptStyle', 'mall');
|
|
|
- $scene = 'shopAdminId=' . $this->shopAdminId;
|
|
|
+ $scene = 'a=' . $this->shopAdminId . '&s=' . $this->shopId;
|
|
|
$imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
|
|
|
$url = imgUtil::groupImg($imgUrl);
|
|
|
$respond = [
|