From b062718ee9eeaa5cbf5257a40403a5c6078dfc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Sat, 20 Feb 2021 17:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/document/button.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/view/document/button.html b/view/document/button.html index a13c426..401748f 100644 --- a/view/document/button.html +++ b/view/document/button.html @@ -236,12 +236,10 @@
- Load 手动 + 本页跳转
- -
@@ -254,9 +252,9 @@ layui.use(["jquery"], function() { var $ = layui.jquery; - $("[to]").click(function(){ - top.layui.frame.changePageByElement("content","http://www.baidu.com","百度一下",true) - }) + $("[to]").click(function(){ + top.layui.frame.changePageByElement("content","http://www.baidu.com","百度一下",true) + }) })