mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
[更新]更新微信关键字模块
This commit is contained in:
parent
64a60dd731
commit
d47d4f39a8
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,7 +1,8 @@
|
||||
!.gitignore
|
||||
/.idea
|
||||
/.svn
|
||||
/runtime/
|
||||
/composer.lock
|
||||
/public/upload
|
||||
/nbproject
|
||||
!.gitignore
|
||||
/.idea
|
||||
/.svn
|
||||
/runtime/
|
||||
/composer.lock
|
||||
/public/upload
|
||||
/nbproject
|
||||
/static/runtime/
|
@ -250,11 +250,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-center" style="position:absolute;bottom:50px;width:100%;">
|
||||
<div class="text-center" style="position:absolute;bottom:20px;width:100%;">
|
||||
<div class="hr-line-dashed"></div>
|
||||
<button class="layui-btn menu-submit">保存数据</button>
|
||||
{if !isset($vo.keys) || !in_array($vo.keys,['default','subscribe'])}
|
||||
<button onclick="$.msg.confirm('确定取消编辑吗?',function(){history.back()})"
|
||||
<button onclick="$.msg.confirm('确定取消编辑吗?', function () {
|
||||
history.back()
|
||||
})"
|
||||
class="layui-btn layui-btn-danger" type='button'>取消编辑
|
||||
</button>
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user