正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论