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