wupengfei 3 年之前
父節點
當前提交
9ecddf579b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/store/view/integral/index.html

+ 2 - 2
application/store/view/integral/index.html

@@ -32,7 +32,6 @@
     </table>
     {empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
 </div>
-{/block}
 <script>
     function btn_confirm(msg,fun,id) {
         layer.confirm('请确定是否'+msg, {btn: ['确定', '取消'], title: "提示"}, function () {
@@ -53,4 +52,5 @@
             });
         });
     }
-</script>
+</script>
+{/block}