shish 5 years ago
parent
commit
d882964208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/MainController.php

+ 1 - 1
app-hd/controllers/MainController.php

@@ -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 = [