소스 검색

fix conflicts

shizhongqi 2 주 전
부모
커밋
53d1f7fa1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-hd/controllers/MainController.php

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

@@ -97,7 +97,7 @@ class MainController extends BaseController
         }
         }
 
 
         $merchant = WxOpenClass::getMallWxInfo();
         $merchant = WxOpenClass::getMallWxInfo();
-        $goodsPage = 'pages/home/index';
+        $goodsPage = 'pages/home/index?account=' . $shopId;
         $ptStyle = dict::getDict('ptStyle', 'mall');
         $ptStyle = dict::getDict('ptStyle', 'mall');
         $scene = 'a=' . $adminId . '&s=' . $shopId;
         $scene = 'a=' . $adminId . '&s=' . $shopId;
         $goodsImgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $goodsPage, $scene, $ptStyle, $envVersion);
         $goodsImgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $goodsPage, $scene, $ptStyle, $envVersion);