shish 5 سال پیش
والد
کامیت
caae56dc6d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      app-ghs/controllers/MainController.php
  2. 1 1
      app-hd/controllers/GhsController.php

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

@@ -24,7 +24,7 @@ class MainController extends BaseController
         $merchant = WxOpenClass::getWxInfo();
         $page = 'pagesPurchase/ghsProduct';
         $ptStyle = dict::getDict('ptStyle', 'hd');
-        //sId = shopId gId = ghsShopAdminId
+        //scene不能超过32个字条,这些进行缩写:sId = shopId gId = ghsShopAdminId
         $scene = "sId={$this->shopId}&id=0&gId=" . $this->shopAdminId;
         $imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
         $url = imgUtil::groupImg($imgUrl);

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

@@ -37,7 +37,7 @@ class GhsController extends BaseController
         if (isset($this->shopId) && !empty($this->shopId)) {
             $ghs = GhsClass::build($shopId, $this->shopId);
         } else {
-            //没有开店也需要显示他的供货商信息
+            //没有开店也给显示供货商信息
             $shop = ShopClass::getShopInfo($shopId);
             $shopName = $shop['shopName'] ?? '';
             $sjName = $shop['merchantName'] ?? '';