Przeglądaj źródła

Merge branch 'redesign‌-260706' of git.huaml.com:zhh/huahuibao into redesign‌-260706

shizhongqi 1 dzień temu
rodzic
commit
0d6fd5bb81
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      app-hd/controllers/CustomController.php

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

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