|
|
@@ -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'] ?? '';
|
|
|
}
|