作者 lyh

gx

@@ -136,9 +136,9 @@ class LoginController extends BaseController @@ -136,9 +136,9 @@ class LoginController extends BaseController
136 $html = $this->re($html, $srcValue, $path); 136 $html = $this->re($html, $srcValue, $path);
137 } 137 }
138 } 138 }
139 - }  
140 $templateModel->edit(['html'=>$html],['id'=>$v['id']]); 139 $templateModel->edit(['html'=>$html],['id'=>$v['id']]);
141 } 140 }
  141 + }
142 return 1; 142 return 1;
143 } 143 }
144 144