作者 lyh

gx

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