dever 6 years ago
parent
commit
0e9bc1fc3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/src/Journal.php

+ 1 - 1
main/src/Journal.php

@@ -864,7 +864,7 @@ class Journal extends Core
     # 购买
     # 购买
     public function buy_action()
     public function buy_action()
     {
     {
-        //return Dever::load('act/order')->pay();
+        return Dever::load('act/order')->pay();
         if (!$this->data['uid']) {
         if (!$this->data['uid']) {
             Dever::alert('错误的用户信息');
             Dever::alert('错误的用户信息');
         }
         }