shish 1 year ago
parent
commit
a5ddae0eba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/RechargeController.php

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

@@ -45,7 +45,7 @@ class RechargeController extends BaseController
             if ($order->mainId != $this->mainId) {
                 util::fail('访问错误');
             }
-            $orderPage = 'pages/member/recharge?account=' . $account . '&id=' . $orderId;
+            $orderPage = 'pages/order/detail?account=' . $account . '&id=' . $orderId;
             $res = WxMiniClass::getShortLink($orderPage);
             $orderLink = $res['link'] ?? '';
         }