From 6d4fa64e31b29f6d49ed6a495a553661eacfbd18 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 21 九月 2022 16:06:12 +0800 Subject: [PATCH] # --- unpackage/dist/dev/app-plus/app-view.js | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index e07d08e..5745b38 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -14771,7 +14771,7 @@ "uni-view", { staticStyle: { - position: "absolute", + position: "fixed", width: "100%", "min-height": "100%", "background-color": "rgba(0, 0, 0, 0.5)", @@ -14899,7 +14899,12 @@ "letter-spacing": "8px", "font-weight": "700" }, - attrs: { _i: 44 } + attrs: { _i: 44 }, + on: { + click: function($event) { + return _vm.$handleViewEvent($event) + } + } }, [_vm._v("鍙栨秷")] ), @@ -14913,7 +14918,12 @@ color: "#409EFF", "font-weight": "700" }, - attrs: { _i: 45 } + attrs: { _i: 45 }, + on: { + click: function($event) { + return _vm.$handleViewEvent($event) + } + } }, [_vm._v("纭")] ) -- Gitblit v1.9.1