shish 2 ngày trước cách đây
mục cha
commit
8d51647c7e
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      app-hd/controllers/CustomController.php

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

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