소스 검색

Merge branch 'swaggers' of http://alisz.titanera.com:3000/titan/CRM into swaggers

jace 6 년 전
부모
커밋
0648a0b4c3
2개의 변경된 파일3개의 추가작업 그리고 3360개의 파일을 삭제
  1. 0 3359
      normand/frontend/frontend/web/ui/css/style.css
  2. 3 1
      normandcrm/service/backend/controllers/OpenController.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 3359
normand/frontend/frontend/web/ui/css/style.css


+ 3 - 1
normandcrm/service/backend/controllers/OpenController.php

@@ -195,7 +195,9 @@ class OpenController extends BaseController
         if (empty($data['type']) || empty($data['id'])) {
         if (empty($data['type']) || empty($data['id'])) {
             return $this->outJson(0, [], '参数错误');
             return $this->outJson(0, [], '参数错误');
         }
         }
-
+        if($open->type == 2 || $open->type == 3){
+            return $this->outJson(0,[],'操作超时,请刷新页面重试');
+        }
         $open->type = $data['type'];
         $open->type = $data['type'];
         if ($data['type'] == 1) {
         if ($data['type'] == 1) {
             $open->mt4_login_pwd = RandomHelper::getRandomStringForMt4();
             $open->mt4_login_pwd = RandomHelper::getRandomStringForMt4();

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.