Explorar el Código

Merge branch 'redesign‌-260706' into dev

shish hace 22 horas
padre
commit
9b61379745
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      app-hd/controllers/CustomController.php

+ 2 - 4
app-hd/controllers/CustomController.php

@@ -668,9 +668,8 @@ class CustomController extends BaseController
     }
     }
 
 
     /**
     /**
-     * 客户充值页小程序码(隔天/无原单返余额海报用)
+     * 客户余额页小程序码(隔天/无原单返余额海报用)
      * GET: id=customId
      * GET: id=customId
-     * 落地页:mallApp pages/member/recharge,scene 带店铺 id(s=shopId → account)
      */
      */
     public function actionGetGatheringMiniCode()
     public function actionGetGatheringMiniCode()
     {
     {
@@ -684,8 +683,7 @@ class CustomController extends BaseController
             util::fail('不是你的客户');
             util::fail('不是你的客户');
         }
         }
         $merchant = \bizHd\wx\classes\WxOpenClass::getMallWxInfo();
         $merchant = \bizHd\wx\classes\WxOpenClass::getMallWxInfo();
-        // 与扫码充值码一致,扫码进入商城充值页
-        $page = 'pages/member/recharge';
+        $page = 'pages/home/user';
         $ptStyle = \common\components\dict::getDict('ptStyle', 'mall');
         $ptStyle = \common\components\dict::getDict('ptStyle', 'mall');
         $scene = 's=' . $this->shopId;
         $scene = 's=' . $this->shopId;
         $envVersion = \common\components\miniUtil::normalizeMiniEnvVersion($get['env_version'] ?? 'release');
         $envVersion = \common\components\miniUtil::normalizeMiniEnvVersion($get['env_version'] ?? 'release');