shish 1 год назад
Родитель
Сommit
a5ddae0eba
1 измененных файлов с 1 добавлено и 1 удалено
  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'] ?? '';
         }